mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 11:13:16 +00:00
Add files via upload
This commit is contained in:
@@ -14,6 +14,14 @@
|
|||||||
allowed_roles = list("Station Engineer")
|
allowed_roles = list("Station Engineer")
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
/datum/gear/fluff/collar //Use this as a base path for collars if you'd like to set tags in loadout. Make sure you don't use apostrophes in the display name or this breaks!
|
||||||
|
slot = slot_tie
|
||||||
|
|
||||||
|
/datum/gear/fluff/collar/New()
|
||||||
|
..()
|
||||||
|
gear_tweaks = list(gear_tweak_collar_tag)
|
||||||
|
|
||||||
// 0-9 CKEYS
|
// 0-9 CKEYS
|
||||||
/datum/gear/fluff/malady_crop
|
/datum/gear/fluff/malady_crop
|
||||||
path = /obj/item/weapon/material/twohanded/fluff/riding_crop/malady
|
path = /obj/item/weapon/material/twohanded/fluff/riding_crop/malady
|
||||||
@@ -69,6 +77,13 @@
|
|||||||
ckeywhitelist = list("arokha")
|
ckeywhitelist = list("arokha")
|
||||||
character_name = list("Aronai Sieyes")
|
character_name = list("Aronai Sieyes")
|
||||||
|
|
||||||
|
/datum/gear/fluff/collar/azura
|
||||||
|
path = /obj/item/clothing/accessory/collar/azura
|
||||||
|
display_name = "collar, Azura"
|
||||||
|
description = "For the kobold's pet."
|
||||||
|
ckeywhitelist = list("azura chitin")
|
||||||
|
character_name = list("Azura Chitin")
|
||||||
|
|
||||||
// B CKEYS
|
// B CKEYS
|
||||||
/datum/gear/fluff/yuuko_kimono
|
/datum/gear/fluff/yuuko_kimono
|
||||||
path = /obj/item/clothing/under/fluff/sakura_hokkaido_kimono
|
path = /obj/item/clothing/under/fluff/sakura_hokkaido_kimono
|
||||||
@@ -515,9 +530,9 @@
|
|||||||
ckeywhitelist = list("kisukegema")
|
ckeywhitelist = list("kisukegema")
|
||||||
character_name = list("Kisuke Gema")
|
character_name = list("Kisuke Gema")
|
||||||
|
|
||||||
/datum/gear/fluff/excess_collar
|
/datum/gear/fluff/collar/excess
|
||||||
path = /obj/item/clothing/accessory/collar/pink/fluff/warning
|
path = /obj/item/clothing/accessory/collar/pink/fluff/warning
|
||||||
display_name = "Excess's Collar"
|
display_name = "collar, Excess"
|
||||||
ckeywhitelist = list("killerdragn")
|
ckeywhitelist = list("killerdragn")
|
||||||
character_name = list("Excess")
|
character_name = list("Excess")
|
||||||
|
|
||||||
@@ -1103,6 +1118,4 @@
|
|||||||
path = /obj/item/device/radio/headset/fluff/zodiacshadow
|
path = /obj/item/device/radio/headset/fluff/zodiacshadow
|
||||||
display_name = "Nehi's Radio"
|
display_name = "Nehi's Radio"
|
||||||
ckeywhitelist = list("zodiacshadow")
|
ckeywhitelist = list("zodiacshadow")
|
||||||
character_name = list("Nehi Maximus")
|
character_name = list("Nehi Maximus")
|
||||||
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user