Skip to content

Commit

Permalink
xenos intentionaly take more damage as they have more health and welp…
Browse files Browse the repository at this point in the history
… they kinda do not care about that 15
  • Loading branch information
uuuuhuuuu committed Jul 29, 2024
1 parent ac758a0 commit af8fed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/structures/barricade/handrail.dm
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
if(prob(25))
if(ishuman(climber))
var/mob/living/carbon/human/human = climber
human.apply_damage(15,BRUTE,no_limb_loss = TRUE)
human.apply_damage(5,BRUTE,no_limb_loss = TRUE)
else
climber.apply_damage(15,BRUTE)
climber.visible_message(SPAN_WARNING("You hit yourself as you vault over the [src]"))
Expand Down

0 comments on commit af8fed8

Please sign in to comment.