Third times the charm :D

This commit is contained in:
KT
2021-11-11 02:00:23 -05:00
parent 507557df16
commit 4f059b0073
2 changed files with 6 additions and 6 deletions

View File

@@ -252,7 +252,7 @@ CLASSD_TURF_CREATE(/turf/simulated/floor/outdoors/rocks)
/area/poi_d/Crevices
name = "Class D World Crevices"
/turf/simulated/mineral/floor/class_d_indoors
base_turf = /turf/simulated/mineral/floor/class_d_indoors
/area/poi_d/POIs/solar_farm
name = "Prefab Solar Farm"
@@ -260,9 +260,9 @@ CLASSD_TURF_CREATE(/turf/simulated/floor/outdoors/rocks)
/area/poi_d/POIs/landing_pad
name = "Prefab Homestead"
/turf/simulated/mineral/floor/class_d
base_turf = /turf/simulated/mineral/floor/class_d
requires_power = FALSE
/area/poi_d/POIs/reactor
name = "Prefab Reactor"
/turf/simulated/mineral/floor/class_d_indoors
base_turf = /turf/simulated/mineral/floor/class_d_indoors

View File

@@ -8,9 +8,9 @@
#include "tether_shuttles.dm"
#include "tether_telecomms.dm"
#include "tether_jobs.dm"
#include "tether_virgo3b.dm" ///////////////////////////////////////////////////////////
#include "tether_virgo4.dm" //Controls Weather and which Z levels the weather effects//
#include "tether_class_d_weather_holder.dm" ///////////////////////////////////////////////////////////
#include "tether_virgo3b.dm" //Virgo3b Weather
#include "tether_virgo4.dm" //Virgo4 Weather
#include "tether_class_d_weather_holder.dm" //Virgo5 (class_d) Weather
#include "../../_maps/map_files/tether/tether-01-surface1.dmm"
#include "../../_maps/map_files/tether/tether-02-surface2.dmm"