mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-16 01:25:10 +01:00
Merge pull request #14022 from Heroman3003/sidona-wl
Allows Sidona to use Perrin's tail and robes
This commit is contained in:
@@ -1066,6 +1066,18 @@
|
||||
character_name = list("Cerise Duelliste")
|
||||
allowed_roles = list("Security Officer", "Warden", "Head of Security", "Detective")
|
||||
|
||||
/datum/gear/fluff/sidona_robes
|
||||
path = /obj/item/clothing/under/fluff/gildedrobe_perrin
|
||||
display_name = "Sidona's Robes"
|
||||
ckeywhitelist = list("siennaathens ")
|
||||
character_name = list("Sidona Kaal")
|
||||
|
||||
/datum/gear/fluff/sidona_shoes
|
||||
path = /obj/item/clothing/shoes/fluff/gildedshoes_perrin
|
||||
display_name = "Sidona's Shoes"
|
||||
ckeywhitelist = list("siennaathens")
|
||||
character_name = list("Sidona Kaal")
|
||||
|
||||
/datum/gear/fluff/nthasd_modkit //Converts a Security suit's sprite
|
||||
path = /obj/item/device/modkit_conversion/hasd
|
||||
display_name = "NT-HASD 556's Modkit"
|
||||
|
||||
@@ -1202,10 +1202,10 @@
|
||||
color_blend_mode = ICON_MULTIPLY
|
||||
|
||||
/datum/sprite_accessory/tail/perrin_tentacles
|
||||
name = "octopus tentacles (Perrin Kade)"
|
||||
name = "octopus tentacles"
|
||||
desc = ""
|
||||
icon_state = "perrintentacles"
|
||||
ckeys_allowed = list("codeme")
|
||||
ckeys_allowed = list("codeme", "siennaathens")
|
||||
|
||||
//LONG TAILS ARE NOT TAUR BUTTS >:O
|
||||
/datum/sprite_accessory/tail/longtail
|
||||
|
||||
Reference in New Issue
Block a user