Fluff stuff for Dushka and DeepIndigo

This commit is contained in:
Repede
2018-07-14 15:59:54 -04:00
parent 223aa0b68f
commit dac673181c
5 changed files with 55 additions and 1 deletions

View File

@@ -1006,6 +1006,34 @@
override = 1
item_state = "tesh_cloak_saroth"
/obj/item/clothing/accessory/poncho/cloak/fluff/Jaree
name = "plain cloak"
desc = "A plain cloak to be worn for warmth or comfort. Looks cozy."
icon = 'icons/vore/custom_clothes_yw.dmi'
icon_state = "jaree_cloak"
icon_override = 'icons/vore/custom_onmob_yw.dmi'
item_state = "jaree_cloak"
override = 1
/obj/item/clothing/head/ushanka/alt/fluff/Jaree
name = "ushanka"
desc = "Perfect for winter in Siberia, da?"
icon_state = "ushanka2down"
icon = 'icons/vore/custom_clothes_yw.dmi'
icon_override = 'icons/vore/custom_onmob_yw.dmi'
item_state = "ushanka2down"
flags_inv = HIDEEARS
/obj/item/clothing/head/ushanka/alt/fluff/Jaree/attack_self(mob/user as mob)
if(src.icon_state == "ushanka2down")
src.icon_state = "ushanka2up"
src.item_state = "ushanka2up"
user << "You raise the ear flaps on the ushanka."
else
src.icon_state = "ushanka2down"
src.item_state = "ushanka2down"
user << "You lower the ear flaps on the ushanka."
// ******
// Benl8561
// ******

View File

@@ -460,3 +460,11 @@
from_suit = /obj/item/clothing/head/helmet
to_suit = /obj/item/clothing/head/helmet/fluff/skinner
// **************
// DeepIndigo
// **************
/obj/item/weapon/storage/bible/fluff/amina
name = "New Space Pioneer's Bible"
desc = "This one says it was printed in 2492. The name \"Eric Hayvers\" is written on the inside of the cover, crossed out. Under it is written \"Kouri, Amina, Marine Unit 14, Fifth Echelon. Service number NTN-5528928522372\""

View File

@@ -162,6 +162,24 @@ ckey: dushka
character_name: Saroth
item_path: /obj/item/weapon/storage/box/fluff/saroth
}
{
ckey: dushka
character_name: Jaree-Kur
item_path: /obj/item/clothing/accessory/poncho/cloak/fluff/Jaree
}
{
ckey: dushka
character_name: Jaree-Kur
item_path: /obj/item/clothing/head/ushanka/alt/fluff/Jaree
}
{
ckey: deepindigo
character_name: Amina Dae-Kouri
item_path: /obj/item/weapon/storage/bible/fluff/amina
}
# ######## E CKEYS
{
ckey: esperkin

Binary file not shown.

Before

Width:  |  Height:  |  Size: 116 KiB

After

Width:  |  Height:  |  Size: 120 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 19 KiB