From a5e6869b586b527192cfea8ccd54fe643537fc6b Mon Sep 17 00:00:00 2001 From: Fox-McCloud Date: Mon, 4 Apr 2016 03:25:15 -0400 Subject: [PATCH] Removes PAI Control of Security Bots --- code/modules/mob/living/simple_animal/bot/ed209bot.dm | 1 + code/modules/mob/living/simple_animal/bot/secbot.dm | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/code/modules/mob/living/simple_animal/bot/ed209bot.dm b/code/modules/mob/living/simple_animal/bot/ed209bot.dm index 1e1117f110a..10ba544feca 100644 --- a/code/modules/mob/living/simple_animal/bot/ed209bot.dm +++ b/code/modules/mob/living/simple_animal/bot/ed209bot.dm @@ -38,6 +38,7 @@ var/arrest_type = 0 //If true, don't handcuff var/projectile = /obj/item/projectile/energy/electrode //Holder for projectile type var/shoot_sound = 'sound/weapons/Taser.ogg' + allow_pai = 0 /mob/living/simple_animal/bot/ed209/New(loc,created_name,created_lasercolor) diff --git a/code/modules/mob/living/simple_animal/bot/secbot.dm b/code/modules/mob/living/simple_animal/bot/secbot.dm index f60ad0ebb48..60a8f743df0 100644 --- a/code/modules/mob/living/simple_animal/bot/secbot.dm +++ b/code/modules/mob/living/simple_animal/bot/secbot.dm @@ -33,6 +33,7 @@ var/harmbaton = 0 //If true, beat instead of stun var/flashing_lights = 0 //If true, flash lights var/prev_flashing_lights = 0 + allow_pai = 0 /mob/living/simple_animal/bot/secbot/beepsky name = "Officer Beepsky" @@ -40,7 +41,6 @@ idcheck = 0 weaponscheck = 0 auto_patrol = 1 - allow_pai = 0 /mob/living/simple_animal/bot/secbot/beepsky/explode() var/turf/Tsec = get_turf(src) @@ -54,7 +54,6 @@ 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" @@ -62,7 +61,6 @@ idcheck = 0 weaponscheck = 1 auto_patrol = 1 - allow_pai = 0 /mob/living/simple_animal/bot/secbot/buzzsky name = "Officer Buzzsky"