Files
Paradise/code/game/turfs/unsimulated.dm
LittleBigKid2000 1a19b25c95 Removes dust from vox raider base (#4649)
* Is removes dusts from voxxy base

🆑 LittleBigKid2000
Fix: The vox raider's base is now filled with nitrogen instead of
regular dusty air.
/🆑

* Now with 100% less varediting to change air contents
2016-06-13 23:11:03 -04:00

45 lines
952 B
Plaintext

/turf/unsimulated
intact = 1
name = "command"
oxygen = MOLES_O2STANDARD
nitrogen = MOLES_N2STANDARD
/turf/unsimulated/can_lay_cable()
return 0
/turf/unsimulated/floor/plating/vox
icon_state = "plating"
name = "plating"
nitrogen = 100
oxygen = 0
/turf/unsimulated/floor/plating/snow
name = "snow"
icon = 'icons/turf/snow.dmi'
icon_state = "snow"
temperature = T0C
/turf/unsimulated/floor/plating/snow/concrete
name = "concrete"
icon = 'icons/turf/floors.dmi'
icon_state = "concrete"
/turf/unsimulated/floor/plating/snow/ex_act(severity)
return
/turf/unsimulated/floor/plating/airless
icon_state = "plating"
name = "airless plating"
oxygen = 0
nitrogen = 0
temperature = TCMB
New()
..()
name = "plating"
/turf/unsimulated/floor/plating/airless/catwalk
icon = 'icons/turf/catwalks.dmi'
icon_state = "catwalk0"
name = "catwalk"
desc = "Cats really don't like these things."