Two fixes: qm jumpsuit and iac vest (#9931)

This commit is contained in:
Alberyk
2020-09-08 15:14:29 -03:00
committed by GitHub
parent 031e4fed99
commit 49fe838fa3
5 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -130,7 +130,7 @@
name = "Quartermaster"
jobtype = /datum/job/qm
uniform = /obj/item/clothing/under/rank/cargo
uniform = /obj/item/clothing/under/rank/quartermaster
pda = /obj/item/device/pda/quartermaster
shoes = /obj/item/clothing/shoes/brown
l_ear = /obj/item/device/radio/headset/qm
@@ -31,7 +31,7 @@
icon_off = "secureqmoff"
/obj/structure/closet/secure_closet/quartermaster/fill()
new /obj/item/clothing/under/rank/cargo(src)
new /obj/item/clothing/under/rank/quartermaster(src)
new /obj/item/clothing/shoes/brown(src)
new /obj/item/device/radio/headset/qm(src)
new /obj/item/device/radio/headset/qm/alt(src)
+1 -1
View File
@@ -14,7 +14,7 @@
item_state = "b_suit"
worn_state = "captain"
/obj/item/clothing/under/rank/cargo
/obj/item/clothing/under/rank/quartermaster
name = "quartermaster's jumpsuit"
desc = "It's a jumpsuit worn by the quartermaster. It's specially designed to prevent back injuries caused by pushing paper."
icon_state = "qm"