From cb94ac8a3d9cf39bfc6f63694caf1de2a74189c9 Mon Sep 17 00:00:00 2001 From: Spacemanspark Date: Sat, 11 Apr 2015 11:40:59 -0500 Subject: [PATCH] Remove's the ability to put someone on walk mode. --- code/_onclick/hud/screen_objects.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/_onclick/hud/screen_objects.dm b/code/_onclick/hud/screen_objects.dm index 7406307c632..ad79619cf0f 100644 --- a/code/_onclick/hud/screen_objects.dm +++ b/code/_onclick/hud/screen_objects.dm @@ -421,7 +421,7 @@ if(istype(usr, /mob/living/silicon/robot)) usr:toggle_module(3) - if("Allow Walking") + /*if("Allow Walking") if(gun_click_time > world.time - 30) //give them 3 seconds between mode changes. return if(!istype(usr.equipped(),/obj/item/weapon/gun)) @@ -455,7 +455,7 @@ usr << "You need your gun in your active hand to do that!" return usr.client.AllowTargetRun() - gun_click_time = world.time + gun_click_time = world.time*/ if("Allow Item Use") if(gun_click_time > world.time - 30) //give them 3 seconds between mode changes.