Adds a QM statue, as all other heads have one. (#70744)

* Adds a QM statue, bringing it on par with every other head of staff.
This commit is contained in:
ArcaneMusic
2022-10-30 07:54:27 -04:00
committed by GitHub
parent 36f5b80764
commit a4446ff754
3 changed files with 5 additions and 0 deletions
@@ -70,6 +70,7 @@
/obj/structure/statue/gold/cmo = 5,
/obj/structure/statue/gold/ce = 5,
/obj/structure/statue/gold/rd = 5,
/obj/structure/statue/gold/qm = 5,
/obj/structure/statue/bananium/clown = 1,
/obj/structure/statue/elder_atmosian = 1,
/obj/structure/statue/uranium/nuke = 1,
+4
View File
@@ -125,6 +125,10 @@
name = "statue of the research director"
icon_state = "rd"
/obj/structure/statue/gold/qm
name = "statue of the quartermaster"
icon_state = "qm"
//////////////////////////silver///////////////////////////////////////
/obj/structure/statue/silver
Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 23 KiB