diff --git a/code/modules/holiday/halloween.dm b/code/modules/holiday/halloween.dm index a27db8dd38..7f2f6a785a 100644 --- a/code/modules/holiday/halloween.dm +++ b/code/modules/holiday/halloween.dm @@ -264,3 +264,15 @@ category = "Holiday" item = /obj/item/card/emag/halloween surplus = 0 + +//Jacq test +/mob/living/simple_animal/jacq + name = "Jacqueline" + real_name = "Jacqueline" + icon = 'icons/obj/halloween_items.dmi' + icon_state = "jacqueline" + maxHealth = 1e6 + health = 1e6 + speak_emote = list("croons") + emote_hear = list("spooks","giggles") + density = FALSE \ No newline at end of file diff --git a/icons/obj/halloween_items.dmi b/icons/obj/halloween_items.dmi index c08ea71148..88dff544eb 100644 Binary files a/icons/obj/halloween_items.dmi and b/icons/obj/halloween_items.dmi differ