Skip to content

Commit

Permalink
[MIRROR] qm uses cargo tech icons [MDB IGNORE] (#25707)
Browse files Browse the repository at this point in the history
* qm uses cargo tech icons (#80411)

## About The Pull Request
qm now has the "x-in-training" intern title instead of "intern
quartermaster", similar to the other heads of staff
qm's hud and id card icons are now the cargo tech's icon (but blue),
following the other heads of staff which have blue versions of their
dept (blue wrench, blue cross, blue... sec badge?? blue exclamation)

## Why It's Good For The Game
makes the qm more visually consistent with the other heads, makes it
clearer that the qm is the head of the cargo department
the current icon is kinda hard to decipher too? you can tell the cargo
tech's is a crate, but the qm's is just like a weird head dude (which
the hop already has, making those ids hard to distinguish since theyre
both blue)? or a stamp?

## Changelog
:cl:
fix: qm's intern id is now "quartermaster-in-training"
image: qm's id and hud icons now use the cargo tech icons (but blue) to
be consistent with the other heads of staff
/:cl:

* qm uses cargo tech icons

* Removes the icon from modular as well

* Revert "Removes the icon from modular as well"

This reverts commit ac6a674887ca74a1231a8433373d55aa8df912e8.

* Updates the modular icons with the new version

---------

Co-authored-by: Fikou <[email protected]>
Co-authored-by: Giz <[email protected]>
  • Loading branch information
3 people authored and FFMirrorBot committed Dec 19, 2023
1 parent db8b7c9 commit 83c7005
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/datums/id_trim/jobs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,8 @@

/datum/id_trim/job/quartermaster
assignment = "Quartermaster"
trim_state = "trim_quartermaster"
intern_alt_name = "Quartermaster-in-Training"
trim_state = "trim_cargotechnician"
department_color = COLOR_COMMAND_BLUE
subdepartment_color = COLOR_CARGO_BROWN
department_state = "departmenthead"
Expand Down
Binary file modified icons/mob/huds/hud.dmi
Binary file not shown.
Binary file modified icons/obj/card.dmi
Binary file not shown.
Binary file modified modular_skyrat/master_files/icons/mob/huds/hud.dmi
Binary file not shown.

0 comments on commit 83c7005

Please sign in to comment.