From b2a890269accb399780849db700f6933f0b44083 Mon Sep 17 00:00:00 2001 From: keronshb Date: Thu, 28 Oct 2021 15:44:08 -0400 Subject: [PATCH] Fixes destroy --- code/modules/holiday/halloween/bartholomew.dm | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/code/modules/holiday/halloween/bartholomew.dm b/code/modules/holiday/halloween/bartholomew.dm index 4fa7d65e8a..12a0858b8d 100644 --- a/code/modules/holiday/halloween/bartholomew.dm +++ b/code/modules/holiday/halloween/bartholomew.dm @@ -8,15 +8,9 @@ anchored = TRUE var/items_list = list() speech_span = "spooky" - resistance_flags = LAVA_PROOF | FIRE_PROOF | UNACIDABLE | ACID_PROOF //Barth is immortal you know + resistance_flags = INDESTRUCTIBLE var/active = TRUE -/obj/item/barthpot/Destroy() - var/obj/item/barthpot/n = new src(loc) - n.items_list = items_list - ..() - - /obj/item/barthpot/attackby(obj/item/I, mob/user, params) if(!active) say("Meow!")