mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-17 10:03:50 +01:00
Fixed airless floor being plasteel airless floor
This commit is contained in:
@@ -232,13 +232,12 @@
|
||||
CW.update_icon(0)
|
||||
playsound(src, 'sound/items/Screwdriver.ogg', 80, 1)
|
||||
|
||||
/turf/simulated/floor/airless
|
||||
icon_state = "floor"
|
||||
/turf/simulated/floor/plasteel/airless
|
||||
name = "airless floor"
|
||||
oxygen = 0.01
|
||||
nitrogen = 0.01
|
||||
temperature = TCMB
|
||||
|
||||
/turf/simulated/floor/airless/New()
|
||||
/turf/simulated/floor/plasteel/airless/New()
|
||||
..()
|
||||
name = "floor"
|
||||
@@ -62,7 +62,7 @@
|
||||
/mining_surprise/human
|
||||
name="Hidden Complex"
|
||||
floortypes = list(
|
||||
/turf/simulated/floor/airless=95,
|
||||
/turf/simulated/floor/plasteel/airless=95,
|
||||
/turf/simulated/floor/plating/airless=5
|
||||
)
|
||||
walltypes = list(
|
||||
|
||||
Reference in New Issue
Block a user