From 8f6c221de1d38db626188b5a9d8756749a17637f Mon Sep 17 00:00:00 2001 From: Hawk-v3 Date: Thu, 26 Apr 2012 18:08:14 +0100 Subject: [PATCH] BoH-BoH Singuloth commented out. --- code/game/objects/storage/backpack.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/game/objects/storage/backpack.dm b/code/game/objects/storage/backpack.dm index e3075762152..46579882f06 100644 --- a/code/game/objects/storage/backpack.dm +++ b/code/game/objects/storage/backpack.dm @@ -49,6 +49,7 @@ if(crit_fail) user << "\red The Bluespace generator isn't working." return + /* Remove these comments to re-enable BoH BoH Singuloths.-Hawk. if(istype(W, /obj/item/weapon/storage/backpack/holding) && !W.crit_fail) user << "\red The Bluespace interfaces of the two devices catastrophically malfunction!" del(W) @@ -58,6 +59,7 @@ log_game("[key_name(user)] detonated a bag of holding") del(src) return + */ ..() proc/failcheck(mob/user as mob)