mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-20 12:29:23 +01:00
Under the Twin Suns: the S'rand'marr Sector (#15295)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user