diff --git a/code/modules/holiday/halloween/jacqueen.dm b/code/modules/holiday/halloween/jacqueen.dm index 6c2000f2e2..fbdb7abcb3 100644 --- a/code/modules/holiday/halloween/jacqueen.dm +++ b/code/modules/holiday/halloween/jacqueen.dm @@ -132,7 +132,7 @@ visible_message("[src] raises an eyebrown, \"It's 1 candy per plushie [gender]! Thems the rules!\"") return - var/reward = new /obj/item/toy/plush/random(C.loc) + new /obj/item/toy/plush/random(C.loc) poof() return diff --git a/icons/mob/head.dmi b/icons/mob/head.dmi index 1d94099190..fb2f4701c6 100644 Binary files a/icons/mob/head.dmi and b/icons/mob/head.dmi differ diff --git a/icons/obj/clothing/hats.dmi b/icons/obj/clothing/hats.dmi index 8b3d17247a..46ab794c23 100644 Binary files a/icons/obj/clothing/hats.dmi and b/icons/obj/clothing/hats.dmi differ diff --git a/icons/obj/halloween_items.dmi b/icons/obj/halloween_items.dmi index fc5c4803fb..b4f11165dc 100644 Binary files a/icons/obj/halloween_items.dmi and b/icons/obj/halloween_items.dmi differ