From 653e6738b8666dd0f8ed3d931566dcc9b6f8f1f7 Mon Sep 17 00:00:00 2001 From: Tastyfish Date: Tue, 29 Mar 2016 21:53:56 -0400 Subject: [PATCH] Removes pAI insertion from named secbots --- code/modules/mob/living/simple_animal/bot/secbot.dm | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/simple_animal/bot/secbot.dm b/code/modules/mob/living/simple_animal/bot/secbot.dm index 59c89580de5..f60ad0ebb48 100644 --- a/code/modules/mob/living/simple_animal/bot/secbot.dm +++ b/code/modules/mob/living/simple_animal/bot/secbot.dm @@ -35,11 +35,12 @@ var/prev_flashing_lights = 0 /mob/living/simple_animal/bot/secbot/beepsky - name = "Officer Beep O'sky" - desc = "It's Officer Beep O'sky! Powered by a potato and a shot of whiskey." + name = "Officer Beepsky" + desc = "It's Officer Beepsky! Powered by a potato and a shot of whiskey." idcheck = 0 weaponscheck = 0 auto_patrol = 1 + allow_pai = 0 /mob/living/simple_animal/bot/secbot/beepsky/explode() var/turf/Tsec = get_turf(src) @@ -53,6 +54,7 @@ name = "Officer Pingsky" desc = "It's Officer Pingsky! Delegated to satellite guard duty for harbouring anti-human sentiment." radio_channel = "AI Private" + allow_pai = 0 /mob/living/simple_animal/bot/secbot/ofitser name = "Prison Ofitser" @@ -60,6 +62,7 @@ idcheck = 0 weaponscheck = 1 auto_patrol = 1 + allow_pai = 0 /mob/living/simple_animal/bot/secbot/buzzsky name = "Officer Buzzsky"