mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
* cbt * AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA * fsadffsda sad * sadfasd * jhn * dsfa * saf * safsad * sda
20 lines
682 B
Plaintext
20 lines
682 B
Plaintext
/obj/item/clothing/head/skrell
|
|
name = "skrell mantle"
|
|
desc = "A mantle used to cover the headtails of a Skrell."
|
|
icon = 'icons/obj/item/clothing/head/skrell/dreamer_mantle.dmi'
|
|
item_state = "dreamer_mantle"
|
|
icon_state = "dreamer_mantle"
|
|
contained_sprite = TRUE
|
|
species_restricted = list(BODYTYPE_SKRELL)
|
|
flags_inv = BLOCKHAIR
|
|
|
|
/obj/item/clothing/head/skrell/skrell_bandana
|
|
name = "skrell bandana"
|
|
desc = "A loose fitting bandana used to cover the headtails of a Skrell."
|
|
icon = 'icons/obj/item/clothing/head/skrell/skrell_bandana.dmi'
|
|
item_state = "skrandana"
|
|
icon_state = "skrandana"
|
|
contained_sprite = TRUE
|
|
species_restricted = list(BODYTYPE_SKRELL)
|
|
flags_inv = 0
|