mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
Two fixes: qm jumpsuit and iac vest (#9931)
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user