Skip to content

Commit

Permalink
Add CCA patch (SierraBay#2401)
Browse files Browse the repository at this point in the history
  • Loading branch information
BOTEeshee authored Jun 26, 2024
1 parent 90f36bd commit 5a950b0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions mods/tajara/code/clothing/accessories.dm
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@
icon = 'mods/tajara/icons/under.dmi'
item_icons = list(slot_w_uniform_str = 'mods/tajara/icons/onmob_under.dmi')


/obj/item/clothing/accessory/scarf/tajaran
name = "tua-tari scarf"
desc = "A light and soft scarf, very long and wide. You also may rise it to hide your person..."
Expand Down Expand Up @@ -310,6 +309,12 @@
desc = "Amulet of Tajara, created from the primordial stone according to their belief, able to protect according to their primitive religion from evil spirits and their servants. The runes on the amulet are etched with acid."
icon_state = "taj_amulet_3"

/obj/item/clothing/accessory/armor_tag/cca
name = "CCA armor tag"
icon = 'mods/tajara/icons/obj_accessories.dmi'
accessory_icons = list(slot_tie_str = 'mods/tajara/icons/onmob_accessories.dmi', slot_wear_suit_str = 'mods/tajara/icons/onmob_accessories.dmi')
desc = "An armor tag with the CCA logo on it."
icon_state = "ccatag"

/datum/gear/head/zhan_scarf/neck
display_name = "(Tajara) Tua-Tari scarf"
Expand Down Expand Up @@ -361,14 +366,19 @@
display_name = "(Tajara) toeless vintage boots"
path = /obj/item/clothing/shoes/taj_old_shoes_cut


/datum/gear/accessory/amulet
display_name = "(Tajara) talisman selection"
path = /obj/item/clothing/accessory/amulet
whitelisted = list(SPECIES_TAJARA)
sort_category = "Xenowear"
flags = GEAR_HAS_TYPE_SELECTION

/datum/gear/accessory/armor_tag_cca
display_name = "(Tajara) CCA armor tag"
path = /obj/item/clothing/accessory/armor_tag/cca
whitelisted = list(SPECIES_TAJARA)
sort_category = "Xenowear"
cost = 1

//Taj clothing.

Expand Down Expand Up @@ -572,3 +582,4 @@
capes["decorated cape"] = /obj/item/clothing/accessory/shouldercape/officer
capes["government cape"] = /obj/item/clothing/accessory/shouldercape/command
gear_tweaks += new/datum/gear_tweak/path(capes)

Binary file modified mods/tajara/icons/obj_accessories.dmi
Binary file not shown.
Binary file modified mods/tajara/icons/onmob_accessories.dmi
Binary file not shown.

0 comments on commit 5a950b0

Please sign in to comment.