From dbdded9c990866a7e10d9b91c84c3a1e7bcfb5e9 Mon Sep 17 00:00:00 2001 From: lessthanthree <83487515+lessthnthree@users.noreply.github.com> Date: Sat, 16 Nov 2024 01:26:36 -0800 Subject: [PATCH] meow --- modular_zubbers/code/modules/nyamagotchi/nyamagotchi.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modular_zubbers/code/modules/nyamagotchi/nyamagotchi.dm b/modular_zubbers/code/modules/nyamagotchi/nyamagotchi.dm index 6fea8b7104d..6b8e985858c 100644 --- a/modular_zubbers/code/modules/nyamagotchi/nyamagotchi.dm +++ b/modular_zubbers/code/modules/nyamagotchi/nyamagotchi.dm @@ -2,12 +2,12 @@ #define ANIMAL_ALIVE 1 #define ANIMAL_DEAD 2 -#define MEOW_NORMAL 'sound/creatures/cat/cat_meow1.ogg' +#define MEOW_NORMAL 'sound/mobs/non-humanoids/cat/cat_meow1.ogg' #define MEOW_SAD 'modular_zubbers/code/modules/nyamagotchi/sound/cat_sad.ogg' #define MEOW_CRITICAL 'modular_zubbers/code/modules/nyamagotchi/sound/cat_alert.ogg' #define EAT_FOOD 'modular_zubbers/code/modules/nyamagotchi/sound/cat_eat.ogg' -#define PURR_PLAY 'sound/creatures/cat/cat_purr1.ogg' -#define PURR_SLEEP 'sound/creatures/cat/cat_purr3.ogg' +#define PURR_PLAY 'sound/mobs/non-humanoids/cat/cat_purr1.ogg' +#define PURR_SLEEP 'sound/mobs/non-humanoids/cat/cat_purr3.ogg' /obj/item/toy/nyamagotchi name = "Nyamagotchi"