Skip to content

Commit 8cfab29

Browse files
authored
Order of Corporate Medical Merit (#7115)
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may not be viewable. --> <!-- You can view Contributing.MD for a detailed description of the pull request process. --> ## About The Pull Request A rather conservative medal I am adding with a current singular recipient. Please keep it honor-coded to people within medical who have contributed significantly to the department and will undergo induction ceremonies. POC for submission @filthymiragemain on discord or myself here. I respond to **everything** _sadly._ ## Why It's Good For The Game Purely cosmetic. Induction ceremonies to an honor society also give the players a sense of belonging in a roleplay sense and attachment to the thing they now represent. ## :cl: add: O2CM2 Medallion to DM sprite and its current first recipient. code: - code\modules\clothing\under\accessories\medals.dm - Added medal. - code\modules\loadout\loadout_event_rewards.dm - Added medal & recipient. :cl: <!-- Both :cl:'s are required for the changelog to work! You can put your name to the right of the first :cl: if you want to overwrite your GitHub username as author ingame. --> <!-- You can use multiple of the same prefix (they're only used for the icon ingame) and delete the unneeded ones. Despite some of the tags, changelogs should generally represent how a player might be affected by the changes rather than a summary of the PR's contents. -->
1 parent 5c1ca01 commit 8cfab29

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

code/modules/clothing/under/accessories/medals.dm

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,10 @@
7373
desc = "Issued by the New Kingdom of Adhomai for participation in the campaign against Pirate Lord Ssizikar's 'The Catskinner' Tartic during his invasion of Miaphus'irra. \
7474
The twin medals represent Adhomai's twin suns."
7575
icon_state = "nka_campaign"
76+
77+
/obj/item/clothing/accessory/medal/medmeritmedal
78+
name = "Medal for the Order of Corporate Medical Merit"
79+
desc = "Originating from a non-profit foundation on Terra, the corporate version of this medallion signifies the distinct lineage of medical providers from all walks of life \
80+
and their significant contributions to medical excellence. The center of it is emblazoned with the rod of asclepius in a shield surrounded by an imprinted wreath atop a silver \
81+
maltese cross which extends beyond the circumference."
82+
icon_state = "corpomedmerit"

code/modules/loadout/loadout_event_rewards.dm

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,8 @@
5656
name = "Tactical Skirt"
5757
path = /obj/item/clothing/under/syndicate/skirt_pleated
5858
ckeywhitelist = list("grapepantasoda")
59+
60+
/datum/loadout_entry/event_reward/medmeritmedal
61+
name = "O2CM2 Medal"
62+
path = /obj/item/clothing/accessory/medal/medmeritmedal
63+
ckeywhitelist = list("alphamach")

icons/mob/clothing/ties.dmi

606 Bytes
Binary file not shown.

icons/obj/clothing/ties.dmi

2.13 KB
Binary file not shown.

0 commit comments

Comments
 (0)