Skip to content

Commit

Permalink
holiday starts
Browse files Browse the repository at this point in the history
  • Loading branch information
Deahaka committed Nov 15, 2024
1 parent 67d7432 commit 1f9c128
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/modules/mob/living/simple_animal/shade.dm
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@

/mob/living/simple_animal/shade/god/atom_init()
. = ..()
AddSpell(new /obj/effect/proc_holder/spell/no_target/god_gift(src))
if(SSholiday.holidays[NEW_YEAR])
AddSpell(new /obj/effect/proc_holder/spell/no_target/god_gift(src))

Check failure on line 100 in code/modules/mob/living/simple_animal/shade.dm

View workflow job for this annotation

GitHub Actions / DreamChecker

failed to resolve path /obj/effect/proc_holder/spell/no_target/god_gift
gods_list += src

/mob/living/simple_animal/shade/god/Destroy()
Expand Down

0 comments on commit 1f9c128

Please sign in to comment.