diff --git a/code/game/objects/items/toys.dm b/code/game/objects/items/toys.dm index aeec135afc..a5782b0569 100644 --- a/code/game/objects/items/toys.dm +++ b/code/game/objects/items/toys.dm @@ -755,7 +755,7 @@ desc = "A \"Space Life\" brand Emergency Response Team Commander action figure." icon_state = "ert" toysay = "We're probably the good guys!" - + /obj/item/toy/figure/samus name = "Space bounty hunter action figure" desc = "A \"Space Life\" brand Emergency Response Team Commander action figure." @@ -938,10 +938,11 @@ desc = "A plushie of an adorable diona nymph! While its level of self-awareness is still being debated, its level of cuteness is not." icon_state = "nymphplushie" +//CHOMPStation edit TFF 3/10/19 - changing the icon_state to be less dead looking. >:C /obj/item/toy/plushie/mouse name = "mouse plush" desc = "A plushie of a delightful mouse! What was once considered a vile rodent is now your very best friend." - icon_state = "mouseplushie" + icon_state = "mouseplushie-new" /obj/item/toy/plushie/kitten name = "kitten plush" diff --git a/code/modules/vore/fluffstuff/custom_items_vr.dm b/code/modules/vore/fluffstuff/custom_items_vr.dm index a328ff6099..0bb93d7a1e 100644 --- a/code/modules/vore/fluffstuff/custom_items_vr.dm +++ b/code/modules/vore/fluffstuff/custom_items_vr.dm @@ -250,7 +250,8 @@ name = "Mouse Plushie" desc = "A plushie of a delightful mouse! What was once considered a vile rodent is now your very best friend." slot_flags = SLOT_HEAD - icon_state = "mouse_brown" + //CHOMPStation edit TFF 3/10/19 - changing the icon_state to be less dead looking. >:C + icon_state = "mouse_brown-new" item_state = "mouse_brown_head" icon = 'icons/vore/custom_items_vr.dmi' icon_override = 'icons/vore/custom_items_vr.dmi' diff --git a/icons/obj/toy.dmi b/icons/obj/toy.dmi index ab08e63c90..0816c69d37 100644 Binary files a/icons/obj/toy.dmi and b/icons/obj/toy.dmi differ diff --git a/icons/vore/custom_items_vr.dmi b/icons/vore/custom_items_vr.dmi index efe71b4224..9048e58802 100644 Binary files a/icons/vore/custom_items_vr.dmi and b/icons/vore/custom_items_vr.dmi differ