Nerfs peaceborg chain bucklestun (#32251)

The definition of a trap option is that you don't know its a trap option until you use it. Obviously anyone who has tried it before realizes that they're a stunted joke but that doesn't make it any worse of a addition to the game.
This commit is contained in:
AnturK
2017-11-01 11:39:43 +13:00
committed by oranges
parent 1a32ef95b0
commit 49f35a7147
2 changed files with 17 additions and 1 deletions
+1 -1
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)
..()