Update frozen_planet.dm

This commit is contained in:
silicons
2021-04-04 10:40:46 -07:00
committed by GitHub
parent b98aac03fb
commit 3b8b3adf23
+1 -1
View File
@@ -7,7 +7,7 @@ var/datum/planet/frozen_planet/planet_frozen_planet = null
name = "Frozen Class world"
desc = "A frosted world that seems stuck in time."
current_time = new /datum/time/frozen_planet()
expected_z_levels = list(14) // Debug testing.
expected_z_levels = list(15) // Debug testing.
/datum/planet/frozen_planet/New()
..()