Skip to content

Commit

Permalink
fix medals
Browse files Browse the repository at this point in the history
  • Loading branch information
EgorDinamit committed Feb 24, 2023
1 parent 744eb79 commit df0c245
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
16 changes: 8 additions & 8 deletions maps/intrepid/items/clothing/terragov-accessory.dm
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ medals
desc = "An iron star awarded to members of the TG for meritorious achievement or service in a combat zone."
icon_state = "iron_star"

/obj/item/clothing/accessory/medal/terragov/iron/sol
name = "\improper Sol expeditionary medal"
/obj/item/clothing/accessory/medal/terragov/iron/terra
name = "\improper Terran expeditionary medal"
desc = "An iron medal awarded to members of the TG for service outside of the borders of the Terran Government."
icon_state = "iron_sol"

Expand All @@ -28,8 +28,8 @@ medals
desc = "A bronze heart awarded to members of the TG for injury or death in the line of duty."
icon_state = "bronze_heart"

/obj/item/clothing/accessory/medal/terragov/bronze/sol
name = "\improper Sol defensive operations medal"
/obj/item/clothing/accessory/medal/terragov/bronze/terra
name = "\improper Terran defensive operations medal"
desc = "A bronze medal awarded for members of the TG for service defending the border regions."
icon_state = "bronze_sol"

Expand All @@ -38,8 +38,8 @@ medals
desc = "A silver medal awarded to members of the TG for honorable service while under enemy fire."
icon_state = "silver_sword"

/obj/item/clothing/accessory/medal/terragov/silver/sol
name = "\improper Sol valor medal"
/obj/item/clothing/accessory/medal/terragov/silver/terra
name = "\improper Terran valor medal"
desc = "A silver medal awarded for members of the TG for acts of exceptional valor."
icon_state = "silver_sol"

Expand All @@ -58,8 +58,8 @@ medals
desc = "A gold medal awarded to members of the Defense Forces by the Secretary General for personal acts of valor and heroism above and beyond the call of duty."
icon_state = "gold_crest"

/obj/item/clothing/accessory/medal/terragov/gold/sol
name = "\improper Sol sapientarian medal"
/obj/item/clothing/accessory/medal/terragov/gold/terra
name = "\improper Terran sapientarian medal"
desc = "A gold medal awarded for members of the TG for significant contributions to sapient rights."
icon_state = "gold_sol"

Expand Down
4 changes: 0 additions & 4 deletions maps/intrepid/loadout/loadout_accessories.dm
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
terramajors["medical heart"] = /obj/item/clothing/accessory/medal/terragov/heart
terramajors["valor medal"] = /obj/item/clothing/accessory/medal/terragov/silver/terra
terramajors["sapienterian medal"] = /obj/item/clothing/accessory/medal/terragov/gold/terra
terramajors["peacekeeper ribbon"] = /obj/item/clothing/accessory/ribbon/terragov/peace
terramajors["marksman ribbon"] = /obj/item/clothing/accessory/ribbon/terragov/marksman
gear_tweaks += new/datum/gear_tweak/path(terramajors)

/datum/gear/accessory/terraawardminor
Expand All @@ -30,8 +28,6 @@
var/terraminors = list()
terraminors["expeditionary medal"] = /obj/item/clothing/accessory/medal/terragov/iron/terra
terraminors["operations medal"] = /obj/item/clothing/accessory/medal/terragov/bronze/terra
terraminors["frontier ribbon"] = /obj/item/clothing/accessory/ribbon/terragov/frontier
terraminors["instructor ribbon"] = /obj/item/clothing/accessory/ribbon/terragov/instructor
gear_tweaks += new/datum/gear_tweak/path(terraminors)

/datum/gear/accessory/armband_ofc
Expand Down

0 comments on commit df0c245

Please sign in to comment.