Merge pull request #12749 from GunHog/This-is-why-you-remember-to-SYNC!

Missing Diagnostic HUDs commit
This commit is contained in:
Razharas
2015-10-31 21:37:29 +03:00
4 changed files with 15 additions and 0 deletions
@@ -252,6 +252,8 @@
/obj/structure/closet/wardrobe/robotics_black/New()
..()
contents = list()
new /obj/item/clothing/glasses/hud/diagnostic(src)
new /obj/item/clothing/glasses/hud/diagnostic(src)
new /obj/item/clothing/under/rank/roboticist(src)
new /obj/item/clothing/under/rank/roboticist(src)
new /obj/item/clothing/suit/toggle/labcoat(src)
+2
View File
@@ -289,6 +289,7 @@ datum/design/diagnostic_hud
build_type = PROTOLATHE
materials = list("$metal" = 50, "$glass" = 50)
build_path = /obj/item/clothing/glasses/hud/diagnostic
category = list("Equipment")
datum/design/diagnostic_hud_night
name = "Night Vision Diagnostic HUD"
@@ -298,6 +299,7 @@ datum/design/diagnostic_hud_night
build_type = PROTOLATHE
materials = list("$metal" = 200, "$glass" = 200, "$uranium" = 1000, "$plasma" = 300)
build_path = /obj/item/clothing/glasses/hud/diagnostic/night
category = list("Equipment")
/////////////////////////////////////////
//////////////////Test///////////////////
+11
View File
@@ -0,0 +1,11 @@
# Your name.
author: Gun Hog
# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again.
delete-after: True
changes:
- rscadd: "Added Diagnostic HUDs! They can be used to view the health and cell status of borgs and mechs. Silicons have them built in, Roboticists get two in their locker, and the RD's hardsuit has one built in."
#I lost the original, IC changelog, so I am throwing this together instead.
Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.5 KiB

After

Width:  |  Height:  |  Size: 9.5 KiB