diff --git a/code/modules/holiday/halloween/jacqueen.dm b/code/modules/holiday/halloween/jacqueen.dm index 7c3901fa51..1034aa663d 100644 --- a/code/modules/holiday/halloween/jacqueen.dm +++ b/code/modules/holiday/halloween/jacqueen.dm @@ -26,7 +26,7 @@ ..() poof() -/mob/living/simple_animal/jacq/life() +/mob/living/simple_animal/jacq/Life() ..() if((last_poof+3 MINUTES) < world.realtime) poof()