mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-09 16:12:17 +00:00
fix
This commit is contained in:
@@ -2,8 +2,14 @@
|
||||
name = "Strix Hades"
|
||||
desc = "This is Strix Hades the plushie Avali. Very soft, with a pompom on the tail. The toy is made well, as if alive. Looks like he is sleeping. Shhh!"
|
||||
icon_state = "strixplush"
|
||||
item_state = "strixplush"
|
||||
slot_flags = SLOT_BACK
|
||||
pokephrase = "Weh!"
|
||||
icon = 'icons/obj/toy_yw.dmi'
|
||||
item_icons = list(
|
||||
slot_l_hand_str = 'icons/mob/items/lefthand_toys_yw.dmi',
|
||||
slot_r_hand_str = 'icons/mob/items/righthand_toys_yw.dmi',
|
||||
slot_back_str = 'icons/mob/toy_worn_yw.dmi')
|
||||
|
||||
rename_plushie()
|
||||
set name = "Name Plushie"
|
||||
@@ -26,9 +32,9 @@
|
||||
pokephrase = "Weh!"
|
||||
icon = 'icons/vore/custom_items_yw.dmi'
|
||||
item_icons = list(
|
||||
slot_l_hand_str = 'icons/vore/lefthand_toys_yw.dmi',
|
||||
slot_r_hand_str = 'icons/vore/righthand_toys_yw.dmi',
|
||||
slot_wear_back_str = 'icons/vore/custom_items_yw_special.dmi',
|
||||
slot_l_hand_str = 'icons/vore/custom_items_left_hand_yw.dmi',
|
||||
slot_r_hand_str = 'icons/vore/custom_items_right_hand_yw.dmi',
|
||||
slot_back_str = 'icons/vore/custom_onmob_yw.dmi')
|
||||
|
||||
rename_plushie()
|
||||
set name = "Name Plushie"
|
||||
@@ -46,20 +52,50 @@
|
||||
name = "lifelike teshari plush"
|
||||
desc = "This is a plush teshari. Very soft. The ammount of detail makes it almost look lifelike! Looks like it is sleeping. Shhh!"
|
||||
icon_state = "teshariplushie_brown"
|
||||
item_state = "teshariplushie_brown"
|
||||
pokephrase = "Rya!"
|
||||
slot_flags = SLOT_BACK
|
||||
icon = 'icons/obj/toy_yw.dmi'
|
||||
item_icons = list(
|
||||
slot_l_hand_str = 'icons/mob/items/lefthand_toys_yw.dmi',
|
||||
slot_r_hand_str = 'icons/mob/items/righthand_toys_yw.dmi',
|
||||
slot_back_str = 'icons/mob/toy_worn_yw.dmi')
|
||||
|
||||
/obj/item/toy/plushie/teshariw_yw
|
||||
name = "lifelike teshari plush"
|
||||
desc = "This is a plush teshari. Very soft. The ammount of detail makes it almost look lifelike! Looks like it is sleeping. Shhh!"
|
||||
icon_state = "teshariplushie_white"
|
||||
item_state = "teshariplushie_white"
|
||||
pokephrase = "Rya!"
|
||||
slot_flags = SLOT_BACK
|
||||
icon = 'icons/obj/toy_yw.dmi'
|
||||
item_icons = list(
|
||||
slot_l_hand_str = 'icons/mob/items/lefthand_toys_yw.dmi',
|
||||
slot_r_hand_str = 'icons/mob/items/righthand_toys_yw.dmi',
|
||||
slot_back_str = 'icons/mob/toy_worn_yw.dmi')
|
||||
|
||||
/obj/item/toy/plushie/tesharib_yw
|
||||
name = "lifelike teshari plush"
|
||||
desc = "This is a plush teshari. Very soft. The ammount of detail makes it almost look lifelike! Looks like it is sleeping. Shhh!"
|
||||
icon_state = "teshariplushie_black"
|
||||
item_state = "teshariplushie_black"
|
||||
pokephrase = "Rya!"
|
||||
slot_flags = SLOT_BACK
|
||||
icon = 'icons/obj/toy_yw.dmi'
|
||||
item_icons = list(
|
||||
slot_l_hand_str = 'icons/mob/items/lefthand_toys_yw.dmi',
|
||||
slot_r_hand_str = 'icons/mob/items/righthand_toys_yw.dmi',
|
||||
slot_back_str = 'icons/mob/toy_worn_yw.dmi')
|
||||
|
||||
/obj/item/toy/plushie/teshariy_yw
|
||||
name = "lifelike teshari plush"
|
||||
desc = "This is a plush teshari. Very soft. The ammount of detail makes it almost look lifelike! Looks like it is sleeping. Shhh!"
|
||||
icon_state = "teshariplushie_yellow"
|
||||
pokephrase = "Rya!"
|
||||
item_state = "teshariplushie_yellow"
|
||||
pokephrase = "Rya!"
|
||||
slot_flags = SLOT_BACK
|
||||
icon = 'icons/obj/toy_yw.dmi'
|
||||
item_icons = list(
|
||||
slot_l_hand_str = 'icons/mob/items/lefthand_toys_yw.dmi',
|
||||
slot_r_hand_str = 'icons/mob/items/righthand_toys_yw.dmi',
|
||||
slot_back_str = 'icons/mob/toy_worn_yw.dmi')
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 2.0 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 2.0 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 29 KiB |
Reference in New Issue
Block a user