mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 04:22:39 +01:00
TCFL Service & Veteran Cards (#11881)
This commit is contained in:
@@ -371,6 +371,18 @@
|
||||
passport["passport, coalition"] = /obj/item/clothing/accessory/badge/passport/coc
|
||||
gear_tweaks += new/datum/gear_tweak/path(passport)
|
||||
|
||||
/datum/gear/accessory/TCFLcard
|
||||
display_name = "TCFL service cards"
|
||||
description = "Identification cards given to active and former members of the Tau Ceti Foreign Legion."
|
||||
path = /obj/item/clothing/accessory/badge/tcfl_papers
|
||||
|
||||
/datum/gear/accessory/TCFLcard/New()
|
||||
..()
|
||||
var/TCFLcard = list()
|
||||
TCFLcard["active service"] = /obj/item/clothing/accessory/badge/tcfl_papers/service
|
||||
TCFLcard["veteran"] = /obj/item/clothing/accessory/badge/tcfl_papers/service/veteran
|
||||
gear_tweaks += new/datum/gear_tweak/path(TCFLcard)
|
||||
|
||||
/datum/gear/accessory/kneepads
|
||||
display_name = "kneepads"
|
||||
path = /obj/item/clothing/accessory/kneepads
|
||||
|
||||
Reference in New Issue
Block a user