Skip to content

Commit

Permalink
Should fix pumpkins, PUMPKINS EVERYWHERE
Browse files Browse the repository at this point in the history
  • Loading branch information
morrowwolf committed Nov 8, 2023
1 parent e0fd655 commit 0aa95b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/controllers/subsystem/game_decorator.dm
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ SUBSYSTEM_DEF(game_decorator)
var/defer_decoration = TRUE //! So map decoration is done post-setup after nightmare and spawners

/datum/game_decorator/New()
if(defer_decoration)
if(defer_decoration && is_active_decor())
RegisterSignal(SSdcs, COMSIG_GLOB_MODE_POSTSETUP, PROC_REF(defered_decoration))

/datum/game_decorator/proc/is_active_decor()
Expand Down

0 comments on commit 0aa95b1

Please sign in to comment.