mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 04:22:39 +01:00
Changes TCFL active service card to reservist in loadout (#13815)
This commit is contained in:
@@ -446,13 +446,13 @@
|
||||
|
||||
/datum/gear/accessory/TCFLcard
|
||||
display_name = "TCFL service cards"
|
||||
description = "Identification cards given to active and former members of the Tau Ceti Foreign Legion."
|
||||
description = "Identification cards given to reservists and former members of the Tau Ceti Foreign Legion."
|
||||
path = /obj/item/clothing/accessory/badge/tcfl_papers
|
||||
|
||||
/datum/gear/accessory/TCFLcard/New()
|
||||
..()
|
||||
var/list/TCFLcard = list()
|
||||
TCFLcard["active service"] = /obj/item/clothing/accessory/badge/tcfl_papers/service
|
||||
TCFLcard["reservist"] = /obj/item/clothing/accessory/badge/tcfl_papers/service/reservist
|
||||
TCFLcard["veteran"] = /obj/item/clothing/accessory/badge/tcfl_papers/service/veteran
|
||||
gear_tweaks += new /datum/gear_tweak/path(TCFLcard)
|
||||
|
||||
|
||||
@@ -212,6 +212,12 @@
|
||||
Republic shops. Go Biesel!"
|
||||
badge_string = "Tau Ceti Foreign Legion Veteran"
|
||||
|
||||
/obj/item/clothing/accessory/badge/tcfl_papers/service/reservist
|
||||
name = "\improper TCFL reservist's service card"
|
||||
desc = "A small card identifying one as a current reservist of the Tau Ceti Foreign Legion. Often used to secure discounts in \
|
||||
Republic shops. Go Biesel!"
|
||||
badge_string = "Tau Ceti Foreign Legion Reservist"
|
||||
|
||||
/obj/item/clothing/accessory/badge/sheriff
|
||||
name = "sheriff badge"
|
||||
desc = "A star-shaped brass badge denoting who the law is around these parts."
|
||||
|
||||
Reference in New Issue
Block a user