Skip to content

Commit

Permalink
Changed the name of the engineering emergency oxygen tank.
Browse files Browse the repository at this point in the history
Changed the name on the purple goggles. Names in all caps are bad.
Fixed a minor instance of a piece of lattice over top of a disposal pipe in space.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2222 316c924e-a436-60f5-8080-3fe189b3f50e
  • Loading branch information
Superxpdude@gmail.com authored and Superxpdude@gmail.com committed Sep 18, 2011
1 parent d9babd0 commit 37cf910
Show file tree
Hide file tree
Showing 5 changed files with 3,262 additions and 3,263 deletions.
4 changes: 2 additions & 2 deletions code/game/objects/tank.dm
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
icon_state = "plasma"

/obj/item/weapon/tank/emergency_oxygen
name = "Emergency Oxygen Tank"
name = "emergency oxygen tank"
desc = "Used for emergencies. Contains very little oxygen, so try to conserve it until you actualy need it."
icon_state = "emergency"
flags = FPRINT | TABLEPASS | ONBELT | CONDUCT
Expand All @@ -97,7 +97,7 @@

/obj/item/weapon/tank/emergency_oxygen/engi
icon_state = "emergency_engi"
name = "Engineering Emergency Oxygen Tank"
name = "extended-capacity emergency oxygen tank"
volume = 6 //Engineers are always superior. -errorage (dangercon 2011)

/obj/item/weapon/tank/emergency_oxygen/double
Expand Down
8 changes: 4 additions & 4 deletions code/modules/clothing/glasses/glasses.dm
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
vision_flags = SEE_TURFS

/obj/item/clothing/glasses/science
name = "SCIENCE GOGGLES"
desc = "nothing"
icon_state = "lasty"
name = "Protective Goggles"
desc = "Protects your eyes against harmful chemicals."
icon_state = "purple"
item_state = "glasses"

/obj/item/clothing/glasses/night
Expand Down Expand Up @@ -50,7 +50,7 @@

/obj/item/clothing/glasses/sunglasses
desc = "Strangely ancient technology used to help provide rudimentary eye cover. Enhanced shielding blocks many flashes."
name = "Sunglasses"
name = "sunglasses"
icon_state = "sun"
item_state = "sunglasses"
protective_temperature = 1300
Expand Down
Binary file modified icons/mob/eyes.dmi
Binary file not shown.
Binary file modified icons/obj/clothing/glasses.dmi
Binary file not shown.
Loading

0 comments on commit 37cf910

Please sign in to comment.