Nerfs reinforced bolas (#45622)

This commit is contained in:
nemvar
2019-08-07 16:00:34 -04:00
committed by moo
parent 8cf4cfba38
commit 269c7666fc
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -360,7 +360,7 @@
C.update_inv_legcuffed()
SSblackbox.record_feedback("tally", "handcuffs", 1, type)
to_chat(C, "<span class='userdanger'>\The [src] ensnares you!</span>")
C.Paralyze(knockdown)
C.Knockdown(knockdown)
playsound(src, 'sound/effects/snap.ogg', 50, TRUE)
/obj/item/restraints/legcuffs/bola/tactical//traitor variant
@@ -368,7 +368,7 @@
desc = "A strong bola, made with a long steel chain. It looks heavy, enough so that it could trip somebody."
icon_state = "bola_r"
breakouttime = 70
knockdown = 20
knockdown = 35
/obj/item/restraints/legcuffs/bola/energy //For Security
name = "energy bola"
+1 -1
View File
@@ -260,7 +260,7 @@
desc = "A strong bola, bound with dark magic that allows it to pass harmlessly through Nar'Sien cultists. Throw it to trip and slow your victim."
icon_state = "bola_cult"
breakouttime = 60
knockdown = 20
knockdown = 30
/obj/item/restraints/legcuffs/bola/cult/pickup(mob/living/user)
if(!iscultist(user))