diff --git a/code/modules/holiday/jacqueen.dm b/code/modules/holiday/jacqueen.dm
index 131f2243e2..d1883df0d2 100644
--- a/code/modules/holiday/jacqueen.dm
+++ b/code/modules/holiday/jacqueen.dm
@@ -13,7 +13,7 @@
/mob/living/jacq/Destroy() //I.e invincible
- visible_message("[src] cackles, \"You'll nae get rid a me that easily!\"")
+ visible_message("[src] cackles, \"You'll nae get rid a me that easily!\"")
playsound(loc, 'sound/spookoween/ahaha.ogg', 100, 1)
var/mob/living/jacq/Jacq = new src.type(loc)
Jacq.tricked = tricked
@@ -22,7 +22,7 @@
..()
/mob/living/jacq/death() //What is alive may never die
- visible_message("[src] cackles, \"You'll nae get rid a me that easily!\"")
+ visible_message("[src] cackles, \"You'll nae get rid a me that easily!\"")
playsound(loc, 'sound/spookoween/ahaha.ogg', 100, 1)
health = 20
poof()
@@ -56,7 +56,7 @@
gender = "lassie"
if(!progression[C])
- visible_message("[src] smiles ominously at [L], \"Well hal� there [gender]! Ah�m Jacqueline, tae great Pumpqueen, right in tae flesh fer ye.\"")
+ visible_message("[src] smiles ominously at [L], \"Well hal� there [gender]! Ah�m Jacqueline, tae great Pumpqueen, right in tae flesh fer ye.\"")
sleep(20)
visible_message("[src] smiles ominously at [L], \"Well hal� there [gender]! Ah�m Jacqueline, tae great Pumpqueen, right in tae flesh fer ye.\"")
@@ -95,3 +95,7 @@
//Candies
/obj/item/reagent_containers/food/snacks/special_candy
name = "Magic candy"
+
+/obj/item/reagent_containers/food/snacks/special_candy/Initialize()
+ reagents.add_reagent(get_random_reagent_id(), 5)
+ ..()