mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
Adds Xanan Passcards (#22057)
This adds two passcards to represent xanan pride across the spur on the horizon to the loadout as accessories. Ill-fated is the creator of the sprites and descriptions, I am the implementor by her request! ### Asset Licenses The following assets that **have not** been created by myself are included in this PR: xanu_passcard, nationa_militia, the item descriptions in full. All by the_ill_fated on discord. <img width="302" height="203" alt="image" src="https://github.com/user-attachments/assets/39e66093-2730-4d84-8534-37c6058f3471" /> --------- Signed-off-by: ArbiterAmbrose <n22don2009@gmail.com> Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com>
This commit is contained in:
co-authored by
SleepyGemmy
parent
68e7fdcc93
commit
fd1c4ead05
@@ -425,6 +425,7 @@ ABSTRACT_TYPE(/datum/gear/accessory)
|
||||
passcard["passcard, elyra"] = /obj/item/clothing/accessory/badge/passcard/elyra
|
||||
passcard["passcard, dominia"] = /obj/item/clothing/accessory/badge/passcard/dominia
|
||||
passcard["passcard, coalition"] = /obj/item/clothing/accessory/badge/passcard/coalition
|
||||
passcard["passcard, xanu"] = /obj/item/clothing/accessory/badge/passcard/coalition/xanu
|
||||
passcard["passcard, himeo"] = /obj/item/clothing/accessory/badge/passcard/himeo
|
||||
passcard["passcard, vysoka"] = /obj/item/clothing/accessory/badge/passcard/vysoka
|
||||
passcard["passcard, gadpathur"] = /obj/item/clothing/accessory/badge/passcard/gad
|
||||
@@ -465,6 +466,12 @@ ABSTRACT_TYPE(/datum/gear/accessory)
|
||||
TCAFcard["veteran"] = /obj/item/clothing/accessory/badge/tcaf_papers/service/veteran
|
||||
gear_tweaks += new /datum/gear_tweak/path(TCAFcard)
|
||||
|
||||
/datum/gear/accessory/xanu_mil_card
|
||||
display_name = "xanu militia reservist card"
|
||||
description = "An identification document issued to reservists of the All-Xanu National Militia."
|
||||
path = /obj/item/clothing/accessory/badge/passcard/coalition/xanu/military
|
||||
citizenship = CITIZENSHIP_COALITION
|
||||
|
||||
/datum/gear/accessory/kneepads
|
||||
display_name = "kneepads"
|
||||
path = /obj/item/clothing/accessory/kneepads
|
||||
|
||||
Reference in New Issue
Block a user