diff --git a/code/game/objects/items/toys/toys_yw.dm b/code/game/objects/items/toys/toys_yw.dm index 80642f579d..82ec98e09f 100644 --- a/code/game/objects/items/toys/toys_yw.dm +++ b/code/game/objects/items/toys/toys_yw.dm @@ -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!" \ No newline at end of file + 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') diff --git a/icons/vore/custom_items_left_hand_yw.dmi b/icons/vore/custom_items_left_hand_yw.dmi index b503889d55..edc3d5ba5e 100644 Binary files a/icons/vore/custom_items_left_hand_yw.dmi and b/icons/vore/custom_items_left_hand_yw.dmi differ diff --git a/icons/vore/custom_items_right_hand_yw.dmi b/icons/vore/custom_items_right_hand_yw.dmi index fc303c9c2d..7b4a163884 100644 Binary files a/icons/vore/custom_items_right_hand_yw.dmi and b/icons/vore/custom_items_right_hand_yw.dmi differ diff --git a/icons/vore/custom_onmob_yw.dmi b/icons/vore/custom_onmob_yw.dmi index ab2d99655d..4a44db9bd4 100644 Binary files a/icons/vore/custom_onmob_yw.dmi and b/icons/vore/custom_onmob_yw.dmi differ