mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-01-05 23:13:06 +00:00
Adds Ascian's Medals
- Adds a Medal of Unity with two bronze stars for Ascian. Has its own sprite. - Adds Ascian's Medal of Valor to loadout - Refactors collars to be part of tie_vr in expected places.
This commit is contained in:
@@ -797,11 +797,17 @@
|
||||
|
||||
// T CKEYS
|
||||
/datum/gear/fluff/ascian_medal
|
||||
path = /obj/item/clothing/accessory/medal/silver/unity
|
||||
path = /obj/item/clothing/accessory/medal/silver/unity/tabiranth
|
||||
display_name = "Ascian's Unity Medal"
|
||||
ckeywhitelist = list("tabiranth")
|
||||
character_name = list("Ascian")
|
||||
|
||||
/datum/gear/fluff/ascian_medal_2
|
||||
path = /obj/item/clothing/accessory/medal/silver/valor
|
||||
display_name = "Ascian's Valor Medal"
|
||||
ckeywhitelist = list("tabiranth")
|
||||
character_name = list("Ascian")
|
||||
|
||||
/datum/gear/fluff/ascian_spiritspawner
|
||||
path = /obj/item/weapon/grenade/spawnergrenade/spirit
|
||||
display_name = "The Best Kitten"
|
||||
|
||||
Reference in New Issue
Block a user