From 468b4a11ff84fb79919c5b5ca5f1ed9c9c2c5eea Mon Sep 17 00:00:00 2001 From: keronshb Date: Thu, 28 Oct 2021 11:26:18 -0400 Subject: [PATCH] More buffs --- code/modules/holiday/halloween/bartholomew.dm | 1 + code/modules/holiday/halloween/jacqueen.dm | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/code/modules/holiday/halloween/bartholomew.dm b/code/modules/holiday/halloween/bartholomew.dm index 31cfb1f26a..9fd9e51308 100644 --- a/code/modules/holiday/halloween/bartholomew.dm +++ b/code/modules/holiday/halloween/bartholomew.dm @@ -8,6 +8,7 @@ anchored = TRUE var/items_list = list() speech_span = "spooky" + resistance_flags = INDESTRUCTIBLE //Barth is immortal you know var/active = TRUE /obj/item/barthpot/Destroy() diff --git a/code/modules/holiday/halloween/jacqueen.dm b/code/modules/holiday/halloween/jacqueen.dm index ed7453ad3e..f76255d9e8 100644 --- a/code/modules/holiday/halloween/jacqueen.dm +++ b/code/modules/holiday/halloween/jacqueen.dm @@ -65,6 +65,10 @@ cached_z = z poof() +/mob/living/simple_animal/jacq/ComponentInitialize() //she just wants to bring halloween to the station + . = ..() + AddComponent(/datum/component/stationloving) + /mob/living/simple_animal/jacq/BiologicalLife(seconds, times_fired) if(!(. = ..())) return