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:
LittleBigKid2000
2016-06-13 23:11:03 -04:00
committed by Fox McCloud
parent 280e04bc20
commit 1a19b25c95
3 changed files with 23 additions and 12 deletions
+6
View File
@@ -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'
+6 -1
View File
@@ -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