From 989d3d19507d59cd6c02f971e35ac79fcaab788c Mon Sep 17 00:00:00 2001 From: Anthony Rodriguez Date: Wed, 9 Sep 2020 14:30:04 -0700 Subject: [PATCH] Fixing incorrect path --- code/modules/planet/gaia_planet.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/planet/gaia_planet.dm b/code/modules/planet/gaia_planet.dm index 9d1402ef23f..254903ee365 100644 --- a/code/modules/planet/gaia_planet.dm +++ b/code/modules/planet/gaia_planet.dm @@ -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() ..()