From 29a39ed9eac346de9e1940e9091ace0b7bd41c0a Mon Sep 17 00:00:00 2001 From: keronshb Date: Thu, 28 Oct 2021 15:30:00 -0400 Subject: [PATCH] Indestructable change --- code/modules/holiday/halloween/bartholomew.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/holiday/halloween/bartholomew.dm b/code/modules/holiday/halloween/bartholomew.dm index 9fd9e51308..4fa7d65e8a 100644 --- a/code/modules/holiday/halloween/bartholomew.dm +++ b/code/modules/holiday/halloween/bartholomew.dm @@ -8,7 +8,7 @@ anchored = TRUE var/items_list = list() speech_span = "spooky" - resistance_flags = INDESTRUCTIBLE //Barth is immortal you know + resistance_flags = LAVA_PROOF | FIRE_PROOF | UNACIDABLE | ACID_PROOF //Barth is immortal you know var/active = TRUE /obj/item/barthpot/Destroy()