Fixing incorrect path

This commit is contained in:
Anthony Rodriguez
2020-09-09 14:30:04 -07:00
parent 59a4b133d4
commit 989d3d1950
+1 -1
View File
@@ -8,7 +8,7 @@ var/datum/planet/gaia_planet/planet_gaia_planet = null
desc = "A beautiful lush planet that is owned by the Happy Days and Sunshine Corporation."
current_time = new /datum/time/gaia_planet()
expected_z_levels = list(13) // Debug testing.
planetary_wall_type = /turf/simulated/wall/planetary/gaia
planetary_wall_type = /turf/simulated/wall/planetary
/datum/planet/gaia_planet/New()
..()