mirror of
https://github.com/quotefox/Hyper-Station-13.git
synced 2026-08-26 14:16:18 +01:00
Merge pull request #1615 from ProbablyCarl/spacehermit_bugfix
Spacehermit Pressure Bugfix
This commit is contained in:
@@ -123,8 +123,9 @@
|
||||
planetary_atmos = TRUE
|
||||
baseturfs = /turf/open/lava/smooth/lava_land_surface
|
||||
|
||||
|
||||
|
||||
/turf/open/floor/plating/asteroid/spacehermit
|
||||
initial_gas_mix = OPENTURF_DEFAULT_ATMOS
|
||||
baseturfs = /turf/open/floor/plating/asteroid/spacehermit
|
||||
|
||||
/turf/open/floor/plating/asteroid/airless
|
||||
initial_gas_mix = AIRLESS_ATMOS
|
||||
|
||||
@@ -221,6 +221,22 @@
|
||||
/turf/closed/mineral/iron/volcanic = 95)
|
||||
|
||||
|
||||
//For spacehermit stuff
|
||||
|
||||
|
||||
/turf/closed/mineral/random/spacehermit
|
||||
icon_state = "rock"
|
||||
turf_type = /turf/open/floor/plating/asteroid/spacehermit
|
||||
baseturfs = /turf/open/floor/plating/asteroid/spacehermit
|
||||
initial_gas_mix = OPENTURF_DEFAULT_ATMOS
|
||||
defer_change = 1
|
||||
mineralChance = 6
|
||||
mineralSpawnChanceList = list(
|
||||
/turf/closed/mineral/uranium = 2, /turf/closed/mineral/diamond = 1, /turf/closed/mineral/gold = 4, /turf/closed/mineral/titanium = 4,
|
||||
/turf/closed/mineral/silver = 6, /turf/closed/mineral/plasma = 15, /turf/closed/mineral/iron = 40,
|
||||
/turf/closed/mineral/gibtonite = 2, /turf/closed/mineral/bscrystal = 1)
|
||||
|
||||
//end of spacehermit stuff
|
||||
|
||||
/turf/closed/mineral/iron
|
||||
mineralType = /obj/item/stack/ore/iron
|
||||
|
||||
Reference in New Issue
Block a user