From b4911bc9fd14e6cf4d01724ce65bd7960ef30cbc Mon Sep 17 00:00:00 2001 From: AnturK Date: Thu, 3 Dec 2015 14:57:39 +0100 Subject: [PATCH] Fixes remote cyborg punches --- code/modules/mob/living/simple_animal/bot/bot.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/bot/bot.dm b/code/modules/mob/living/simple_animal/bot/bot.dm index e154f155e1b..6b6f4f34240 100644 --- a/code/modules/mob/living/simple_animal/bot/bot.dm +++ b/code/modules/mob/living/simple_animal/bot/bot.dm @@ -280,7 +280,7 @@ text_dehack_fail = "You fail to reset [name]." /mob/living/simple_animal/bot/attack_ai(mob/user as mob) - attack_hand(user) + show_controls(user) /mob/living/simple_animal/bot/proc/speak(message,channel) //Pass a message to have the bot say() it. Pass a frequency to say it on the radio. if((!on) || (!message))