Skip to content

Commit

Permalink
Adds Supply Medal (ParadiseSS13#21539)
Browse files Browse the repository at this point in the history
* cargo medal

* need 4 speed
changed name and description

* rename #2
past two were written at 3AM and are rather meh.
  • Loading branch information
Sadhorizon authored Jul 7, 2023
1 parent f663cd7 commit 1499f24
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@
new /obj/item/door_remote/quartermaster(src)
new /obj/item/organ/internal/eyes/cybernetic/meson(src)
new /obj/item/storage/bag/garment/quartermaster(src)
new /obj/item/clothing/accessory/medal/supply(src)
4 changes: 4 additions & 0 deletions code/modules/clothing/under/accessories/accessory.dm
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,10 @@
name = "meritous legal medal"
desc = "An award issued by the Magistrate to legal staff who uphold the rule of law."

/obj/item/clothing/accessory/medal/supply
name = "stable supply medal"
desc = "An award issued by the Quartermaster to supply staff dedicated to being effective."

/obj/item/clothing/accessory/medal/heart
name = "bronze heart medal"
desc = "A rarely-awarded medal for those who sacrifice themselves in the line of duty to save their fellow crew."
Expand Down

0 comments on commit 1499f24

Please sign in to comment.