Skip to content

Commit

Permalink
changes to carbon hopefuly
Browse files Browse the repository at this point in the history
  • Loading branch information
cuberound committed Sep 9, 2023
1 parent de7bb8a commit 2cbb51e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/cm_marines/dropship_ammo.dm
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
create_shrapnel(Impact,1,0,0,shrapnel_type,cause_data,FALSE,100) //simulates a bullet
for(var/atom/movable/IsExploaded in Impact)
if(iscarbon(IsExploaded))
var/mob/carbon/IsShot = IsExploaded
var/mob/living/carbon/IsShot = IsExploaded
IsExploaded.ex_act(EXPLOSION_THRESHOLD_VLOW, null, cause_data)
IsShot.apply_armoured_damage(directhit_damage,ARMOR_BULLET,BRUTE,null,penetration)
else
Expand Down

0 comments on commit 2cbb51e

Please sign in to comment.