From 15db46af10bb1bdbf424181bbac22e2ab1ab026c Mon Sep 17 00:00:00 2001 From: Poojawa Date: Sat, 16 Sep 2017 08:22:50 -0500 Subject: [PATCH] Update dogborgstuff.dm removes PAI from protected, add bomb cores. christ people are memes. --- code/citadel/dogborgstuff.dm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/code/citadel/dogborgstuff.dm b/code/citadel/dogborgstuff.dm index 20f6cfd8c3..ee5cfd2fd9 100644 --- a/code/citadel/dogborgstuff.dm +++ b/code/citadel/dogborgstuff.dm @@ -337,7 +337,6 @@ /obj/item/hand_tele, /obj/item/card/id/captains_spare, /obj/item/device/aicard, - /obj/item/device/paicard, /obj/item/gun, /obj/item/pinpointer, /obj/item/clothing/shoes/magboots, @@ -352,7 +351,9 @@ /obj/item/nuke_core_container, /obj/item/areaeditor/blueprints, /obj/item/documents/syndicate, - /obj/item/disk/nuclear) + /obj/item/disk/nuclear, + /obj/item/bombcore, + /obj/item/grenade) /obj/item/device/dogborg/sleeper/New() ..()