-Reduced amount of shocked grilles are r-walls in security

-Swapped Shower and Laundry rooms. Showers are now next to fitness, and laundry is near all the clothing lockers.
-reverted ZIS suits back to hardsuits after much deliberation in coderbus

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3847 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
ericgfwong@hotmail.com
2012-06-17 05:52:04 +00:00
parent 9a3abc1e84
commit 3e5723574a
2 changed files with 9468 additions and 9472 deletions
+6 -6
View File
@@ -1,5 +1,5 @@
/obj/item/clothing/head/helmet/space/rig
name = "engineer ZIS suit helmet"
name = "engineering hardsuit helmet"
desc = "A special helmet designed for work in a hazardous, low-pressure environment. Has radiation shielding."
icon_state = "rig0-engineering"
item_state = "rig0_engineering"
@@ -10,20 +10,20 @@
color = "engineering" //Determines used sprites: rig[on]-[color] and rig[on]-[color]2 (lying down sprite)
/obj/item/clothing/head/helmet/space/rig/mining
name = "mining ZIS suit helmet"
name = "mining hardsuit helmet"
icon_state = "rig0-mining"
item_state = "rig0-mining"
color = "mining"
/obj/item/clothing/head/helmet/space/rig/elite
name = "advanced ZIS suit helmet"
name = "advanced hardsuit helmet"
icon_state = "rig0-white"
item_state = "rig0-white"
color = "white"
/obj/item/clothing/suit/space/rig
name = "engineer ZIS suit"
name = "engineering hardsuit"
desc = "A special suit that protects against hazardous, low pressure environments. Has radiation shielding."
icon_state = "rig-engineering"
item_state = "rig_suit"
@@ -34,9 +34,9 @@
/obj/item/clothing/suit/space/rig/mining
icon_state = "rig-mining"
name = "mining ZIS suit"
name = "mining hardsuit"
/obj/item/clothing/suit/space/rig/elite
icon_state = "rig-white"
name = "advanced ZIS suit"
name = "advanced hardsuit"
protective_temperature = 10000