Merge pull request #3734 from Citadel-Station-13/upstream-merge-32251

[MIRROR] Nerfs peaceborg chain bucklestun
This commit is contained in:
LetterJay
2017-11-01 01:44:55 -04:00
committed by GitHub
2 changed files with 17 additions and 1 deletions

View File

@@ -42,7 +42,7 @@
if(R.has_buckled_mobs())
for(var/mob/living/L in R.buckled_mobs)
L.visible_message("<span class='warning'>[L] is knocked off of [R] by the charge in [R]'s chassis induced by [name]!</span>") //I know it's bad.
L.Knockdown(60)
L.Knockdown(10)
R.unbuckle_mob(L)
do_sparks(5, 0, L)
..()