From 07685a1074c41ca759bfcae04c6e519aba10a257 Mon Sep 17 00:00:00 2001 From: Useroth Date: Thu, 9 May 2019 12:20:02 +0200 Subject: [PATCH] Abductor baton buff. Because it currently sucks balls. --- code/modules/antagonists/abductor/equipment/abduction_gear.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/antagonists/abductor/equipment/abduction_gear.dm b/code/modules/antagonists/abductor/equipment/abduction_gear.dm index 3fa1020000..e10798caf5 100644 --- a/code/modules/antagonists/abductor/equipment/abduction_gear.dm +++ b/code/modules/antagonists/abductor/equipment/abduction_gear.dm @@ -503,6 +503,7 @@ Congratulations! You are now trained for invasive xenobiology research!"} L.lastattacker = user.real_name L.lastattackerckey = user.ckey + L.adjustStaminaLoss(60) //because previously it took 5-6 hits to actually "incapacitate" someone for the purposes of the sleep inducement L.Knockdown(140) L.apply_effect(EFFECT_STUTTER, 7) SEND_SIGNAL(L, COMSIG_LIVING_MINOR_SHOCK)