From 2381dd750436f6f0d50b053654f4ec460ab610f2 Mon Sep 17 00:00:00 2001 From: Dip Date: Sat, 10 Oct 2020 17:42:10 -0300 Subject: [PATCH] belt + typo fix --- _maps/RandomZLevels/snowdin.dmm | 2 ++ code/modules/mob/living/simple_animal/friendly/dog.dm | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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