mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-15 04:32:42 +00:00
Fluff stuff for Dushka and DeepIndigo
This commit is contained in:
@@ -1006,6 +1006,34 @@
|
|||||||
override = 1
|
override = 1
|
||||||
item_state = "tesh_cloak_saroth"
|
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
|
// Benl8561
|
||||||
// ******
|
// ******
|
||||||
|
|||||||
@@ -459,4 +459,12 @@
|
|||||||
icon_state = "modkit"
|
icon_state = "modkit"
|
||||||
|
|
||||||
from_suit = /obj/item/clothing/head/helmet
|
from_suit = /obj/item/clothing/head/helmet
|
||||||
to_suit = /obj/item/clothing/head/helmet/fluff/skinner
|
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\""
|
||||||
@@ -162,6 +162,24 @@ ckey: dushka
|
|||||||
character_name: Saroth
|
character_name: Saroth
|
||||||
item_path: /obj/item/weapon/storage/box/fluff/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
|
# ######## E CKEYS
|
||||||
{
|
{
|
||||||
ckey: esperkin
|
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 |
Reference in New Issue
Block a user