Skip to content

Commit

Permalink
Rear armor now applies only to cardinal
Browse files Browse the repository at this point in the history
  • Loading branch information
xDanilcusx authored Aug 29, 2024
1 parent e73a6b9 commit d8808e7
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,9 @@
var/projectile_direction = damagedata["direction"]
if(xeno.dir in reverse_nearby_direction(projectile_direction))
damagedata["armor"] += frontal_armor
else if(xeno.dir & projectile_direction)
return

if(xeno.dir == projectile_direction)
damagedata["armor"] += rear_armor

/datum/behavior_delegate/crusher_charger/on_update_icons()
Expand Down

0 comments on commit d8808e7

Please sign in to comment.