From 269c7666fcba3e27bc75c62b9ca5a5dca3bc3e52 Mon Sep 17 00:00:00 2001 From: nemvar <47324920+nemvar@users.noreply.github.com> Date: Wed, 7 Aug 2019 22:00:34 +0200 Subject: [PATCH] Nerfs reinforced bolas (#45622) --- code/game/objects/items/handcuffs.dm | 4 ++-- code/modules/antagonists/cult/cult_items.dm | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/code/game/objects/items/handcuffs.dm b/code/game/objects/items/handcuffs.dm index ea814b7312b..4f34cc482ee 100644 --- a/code/game/objects/items/handcuffs.dm +++ b/code/game/objects/items/handcuffs.dm @@ -360,7 +360,7 @@ C.update_inv_legcuffed() SSblackbox.record_feedback("tally", "handcuffs", 1, type) to_chat(C, "\The [src] ensnares you!") - 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" diff --git a/code/modules/antagonists/cult/cult_items.dm b/code/modules/antagonists/cult/cult_items.dm index bc99cd298b7..941624c476b 100644 --- a/code/modules/antagonists/cult/cult_items.dm +++ b/code/modules/antagonists/cult/cult_items.dm @@ -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))