Under the Twin Suns: the S'rand'marr Sector (#15295)

This commit is contained in:
Alberyk
2023-02-02 14:51:06 -03:00
committed by GitHub
parent a0fc71c1ee
commit ff229569ae
162 changed files with 41866 additions and 465 deletions
+15
View File
@@ -527,6 +527,11 @@ var/list/mineral_can_smooth_with = list(
/turf/simulated/mineral/random/exoplanet
mined_turf = /turf/simulated/floor/exoplanet/mineral
/turf/simulated/mineral/random/adhomai
icon = 'icons/turf/smooth/icy_wall.dmi'
actual_icon = 'icons/turf/smooth/icy_wall.dmi'
mined_turf = /turf/simulated/floor/exoplanet/mineral/adhomai
/turf/simulated/mineral/random/high_chance
mineralSpawnChanceList = list(
ORE_URANIUM = 2,
@@ -553,6 +558,11 @@ var/list/mineral_can_smooth_with = list(
/turf/simulated/mineral/random/high_chance/exoplanet
mined_turf = /turf/simulated/floor/exoplanet/mineral
/turf/simulated/mineral/random/high_chance/adhomai
icon = 'icons/turf/smooth/icy_wall.dmi'
actual_icon = 'icons/turf/smooth/icy_wall.dmi'
mined_turf = /turf/simulated/floor/exoplanet/mineral/adhomai
/turf/simulated/mineral/random/higher_chance
mineralSpawnChanceList = list(
ORE_URANIUM = 3,
@@ -597,6 +607,11 @@ var/list/mineral_can_smooth_with = list(
/turf/simulated/mineral/planet
mined_turf = /turf/simulated/floor/exoplanet/mineral
/turf/simulated/mineral/adhomai
icon = 'icons/turf/smooth/icy_wall.dmi'
actual_icon = 'icons/turf/smooth/icy_wall.dmi'
mined_turf = /turf/simulated/floor/exoplanet/mineral/adhomai
/**********************Asteroid**************************/
// Setting icon/icon_state initially will use these values when the turf is built on/replaced.