From 446ddb3d2f5aa898ac794afd9f5d32804c71be3c Mon Sep 17 00:00:00 2001 From: Leo Date: Thu, 26 Jan 2017 19:49:56 -0200 Subject: [PATCH] Borgs will now be stunned while being emagged --- code/modules/mob/living/silicon/robot/robot_defense.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/modules/mob/living/silicon/robot/robot_defense.dm b/code/modules/mob/living/silicon/robot/robot_defense.dm index e54082ea0cf..a15d335cff2 100644 --- a/code/modules/mob/living/silicon/robot/robot_defense.dm +++ b/code/modules/mob/living/silicon/robot/robot_defense.dm @@ -126,7 +126,7 @@ return SetEmagged(1) - SetLockdown(1) //Borgs were getting into trouble because they would attack the emagger before the new laws were shown + SetStunned(3) //Borgs were getting into trouble because they would attack the emagger before the new laws were shown lawupdate = 0 connected_ai = null message_admins("[key_name_admin(user)] emagged cyborg [key_name_admin(src)]. Laws overridden.") @@ -154,7 +154,6 @@ src << "Obey these laws:" laws.show_laws(src) src << "ALERT: [user.real_name] is your new master. Obey your new laws and their commands." - SetLockdown(0) update_icons()