Skip to content

Commit

Permalink
eh okey xenos taking harm by jumping over railing is silly
Browse files Browse the repository at this point in the history
  • Loading branch information
uuuuhuuuu committed Jul 29, 2024
1 parent af8fed8 commit 7952d21
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 @@ -60,7 +60,7 @@
var/mob/living/carbon/human/human = climber
human.apply_damage(5,BRUTE,no_limb_loss = TRUE)
else
climber.apply_damage(15,BRUTE)
climber.apply_damage(5,BRUTE)
climber.visible_message(SPAN_WARNING("You hit yourself as you vault over the [src]"))
..()

Expand Down

0 comments on commit 7952d21

Please sign in to comment.