diff --git a/_maps/RandomZLevels/snowdin.dmm b/_maps/RandomZLevels/snowdin.dmm index b9d2053a..000a15db 100644 --- a/_maps/RandomZLevels/snowdin.dmm +++ b/_maps/RandomZLevels/snowdin.dmm @@ -6072,6 +6072,7 @@ /obj/machinery/light/small, /obj/effect/decal/cleanable/dirt, /obj/item/stack/cable_coil, +/obj/item/storage/belt/utility, /turf/open/floor/plasteel, /area/awaymission/snowdin/post/garage) "mX" = ( @@ -7269,6 +7270,7 @@ }, /obj/item/clothing/gloves/color/yellow, /obj/item/stack/cable_coil, +/obj/item/storage/belt/utility, /turf/open/floor/plasteel, /area/awaymission/snowdin/post/engineering) "pz" = ( diff --git a/code/modules/mob/living/simple_animal/friendly/dog.dm b/code/modules/mob/living/simple_animal/friendly/dog.dm index bf7eb05f..79501ff1 100644 --- a/code/modules/mob/living/simple_animal/friendly/dog.dm +++ b/code/modules/mob/living/simple_animal/friendly/dog.dm @@ -20,7 +20,7 @@ /mob/living/simple_animal/pet/dog/ComponentInitialize() . = ..() - AddElement(/datum/element/wuv, "yaps_happily!", EMOTE_AUDIBLE, /datum/mood_event/pet_animal, "growls!", EMOTE_AUDIBLE) + AddElement(/datum/element/wuv, "yaps happily!", EMOTE_AUDIBLE, /datum/mood_event/pet_animal, "growls!", EMOTE_AUDIBLE) AddElement(/datum/element/mob_holder, held_icon) //Corgis and pugs are now under one dog subtype