mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 13:37:58 +01:00
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
This commit is contained in:
committed by
Fox McCloud
parent
280e04bc20
commit
1a19b25c95
@@ -7,6 +7,12 @@
|
||||
/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'
|
||||
|
||||
@@ -35,4 +35,9 @@
|
||||
|
||||
/turf/unsimulated/floor/abductor/New()
|
||||
..()
|
||||
icon_state = "alienpod[rand(1,9)]"
|
||||
icon_state = "alienpod[rand(1,9)]"
|
||||
|
||||
/turf/unsimulated/floor/vox
|
||||
icon_state = "dark"
|
||||
nitrogen = 100
|
||||
oxygen = 0
|
||||
Reference in New Issue
Block a user