Skip to content

Commit

Permalink
-Renamed hardsuits to ZIS suits. Modified mining ZIS sprites a bit.
Browse files Browse the repository at this point in the history
-Fixed turret controls not working in AI upload and telecoms
-Made sunglasses less dorky-looking

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3733 316c924e-a436-60f5-8080-3fe189b3f50e
  • Loading branch information
ericgfwong@hotmail.com committed Jun 3, 2012
1 parent 1b71425 commit fa9b960
Show file tree
Hide file tree
Showing 5 changed files with 144 additions and 144 deletions.
12 changes: 6 additions & 6 deletions code/modules/clothing/spacesuits/rig.dm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/obj/item/clothing/head/helmet/space/rig
name = "engineer hardsuit helmet"
name = "engineer ZIS suit 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"
Expand All @@ -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 hardsuit helmet"
name = "mining ZIS suit helmet"
icon_state = "rig0-mining"
item_state = "rig0-mining"
color = "mining"


/obj/item/clothing/head/helmet/space/rig/elite
name = "advanced hardsuit helmet"
name = "advanced ZIS suit helmet"
icon_state = "rig0-white"
item_state = "rig0-white"
color = "white"

/obj/item/clothing/suit/space/rig
name = "engineer hardsuit"
name = "engineer ZIS suit"
desc = "A special suit that protects against hazardous, low pressure environments. Has radiation shielding."
icon_state = "rig-engineering"
item_state = "rig_suit"
Expand All @@ -34,9 +34,9 @@

/obj/item/clothing/suit/space/rig/mining
icon_state = "rig-mining"
name = "mining hardsuit"
name = "mining ZIS suit"

/obj/item/clothing/suit/space/rig/elite
icon_state = "rig-white"
name = "advanced hardsuit"
name = "advanced ZIS suit"
protective_temperature = 10000
Binary file modified icons/mob/eyes.dmi
Binary file not shown.
Binary file modified icons/mob/suit.dmi
Binary file not shown.
Binary file modified icons/obj/clothing/suits.dmi
Binary file not shown.
Loading

0 comments on commit fa9b960

Please sign in to comment.