diff --git a/code/game/jobs/job/civilian.dm b/code/game/jobs/job/civilian.dm index fb03b4b0b2f..ddf1b0190e6 100644 --- a/code/game/jobs/job/civilian.dm +++ b/code/game/jobs/job/civilian.dm @@ -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 diff --git a/code/game/objects/structures/crates_lockers/closets/secure/cargo.dm b/code/game/objects/structures/crates_lockers/closets/secure/cargo.dm index 9a688c6324c..5070488170d 100644 --- a/code/game/objects/structures/crates_lockers/closets/secure/cargo.dm +++ b/code/game/objects/structures/crates_lockers/closets/secure/cargo.dm @@ -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) diff --git a/code/modules/clothing/under/jobs/civilian.dm b/code/modules/clothing/under/jobs/civilian.dm index 3f3275a2269..2bf46bae1d9 100644 --- a/code/modules/clothing/under/jobs/civilian.dm +++ b/code/modules/clothing/under/jobs/civilian.dm @@ -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" diff --git a/html/changelogs/alberyk-qmfix.yml b/html/changelogs/alberyk-qmfix.yml new file mode 100644 index 00000000000..10be552a7d9 --- /dev/null +++ b/html/changelogs/alberyk-qmfix.yml @@ -0,0 +1,7 @@ +author: Alberyk + +delete-after: True + +changes: + - bugfix: "Fixed the quartermaster missing his own uniform." + - bugfix: "Fixed the IAC vest having no worn sprite." \ No newline at end of file diff --git a/icons/mob/suit.dmi b/icons/mob/suit.dmi index 0d1c63f8caa..c86620df64b 100644 Binary files a/icons/mob/suit.dmi and b/icons/mob/suit.dmi differ