From 8686633cc5502bd1fc3d8d10384388f83a5e7ebe Mon Sep 17 00:00:00 2001 From: Fermi <> Date: Wed, 2 Oct 2019 19:35:36 +0100 Subject: [PATCH] Changing branch --- code/modules/holiday/jacqueen.dm | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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) + ..()