Skip to content

Commit

Permalink
Merge pull request #4174 from out-of-phaze/fix/solars-space
Browse files Browse the repository at this point in the history
Fix solars not working in space
  • Loading branch information
MistakeNot4892 authored Jul 8, 2024
2 parents 7108df4 + 471bdcb commit 877c902
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/modules/multiz/level_data.dm
Original file line number Diff line number Diff line change
Expand Up @@ -585,6 +585,8 @@ INITIALIZE_IMMEDIATE(/obj/abstract/level_data_spawner)
// Level Data Implementations
////////////////////////////////////////////
/datum/level_data/space
daycycle_id = "space_solars"
daycycle_type = /datum/daycycle/solars

/datum/level_data/debug
name = "Debug Level"
Expand Down

0 comments on commit 877c902

Please sign in to comment.