From e8cd01d2b434ea856e1a6a3a812257b70f6705eb Mon Sep 17 00:00:00 2001 From: Nicaragua Date: Tue, 12 Feb 2019 01:35:24 -0300 Subject: [PATCH] like secbots should only possible to be controlled with admin intervention --- code/modules/mob/living/simple_animal/bot/griefsky.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/bot/griefsky.dm b/code/modules/mob/living/simple_animal/bot/griefsky.dm index 726d803efb2..dd2632a323b 100644 --- a/code/modules/mob/living/simple_animal/bot/griefsky.dm +++ b/code/modules/mob/living/simple_animal/bot/griefsky.dm @@ -60,7 +60,7 @@ QDEL_NULL(weapon) return ..() -/mob/living/simple_animal/bot/secbot/griefsky/UnarmedAttack(atom/A) //hopefuly no one controls this thing +/mob/living/simple_animal/bot/secbot/griefsky/UnarmedAttack(atom/A) //like secbots its only possible with admin intervention if(!on) return if(iscarbon(A))