mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-18 17:46:53 +01:00
Adds rpd_act proc to do stuff instead of doing it all in one big afterattack proc Removes RPD_ALLOWED_HERE flag as it is now redundant
48 lines
992 B
Plaintext
48 lines
992 B
Plaintext
/turf/unsimulated
|
|
intact = 1
|
|
name = "command"
|
|
oxygen = MOLES_O2STANDARD
|
|
nitrogen = MOLES_N2STANDARD
|
|
|
|
/turf/unsimulated/can_lay_cable()
|
|
return 0
|
|
|
|
/turf/unsimulated/rpd_act()
|
|
return
|
|
|
|
/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." |