diff --git a/code/game/objects/items/toys/toys_vr.dm b/code/game/objects/items/toys/toys_vr.dm
index 685daaf50c9..3cafdc7461f 100644
--- a/code/game/objects/items/toys/toys_vr.dm
+++ b/code/game/objects/items/toys/toys_vr.dm
@@ -303,20 +303,20 @@
icon_state = "chewtoy_poly"
/obj/item/toy/chewtoy/attack_self(mob/user)
- playsound(loc, 'sound/items/drop/plushie.ogg', 50, 1) //TODO: get a real squeaky toy sound
+ playsound(loc, 'sound/items/drop/plushie.ogg', 50, 1)
user.visible_message("\The [user] gnaws on [src]!","You gnaw on [src]!")
-/obj/item/toy/cat_toy
+/obj/item/toy/cat_toy //TODO: make runtime and cat subtypes follow mobs holding this
name = "toy mouse"
desc = "A colorful toy mouse!"
- icon = 'icons/obj/toy.dmi'
+ icon = 'icons/obj/toy_vr.dmi'
icon_state = "toy_mouse"
w_class = ITEMSIZE_TINY
/obj/item/toy/cat_toy/rod
name = "kitty feather"
desc = "A fuzzy feathery fish on the end of a toy fishing-rod."
- icon = 'icons/obj/toy.dmi'
+ icon = 'icons/obj/toy_vr.dmi'
icon_state = "cat_toy"
w_class = ITEMSIZE_SMALL
diff --git a/vorestation.dme b/vorestation.dme
index 86bc6966df1..301e9fd4d94 100644
--- a/vorestation.dme
+++ b/vorestation.dme
@@ -1056,6 +1056,7 @@
#include "code\game\objects\stumble_into_vr.dm"
#include "code\game\objects\weapons.dm"
#include "code\game\objects\effects\bump_teleporter.dm"
+#include "code\game\objects\effects\confetti.dm"
#include "code\game\objects\effects\effect_system.dm"
#include "code\game\objects\effects\explosion_particles.dm"
#include "code\game\objects\effects\gibs.dm"