diff --git a/baystation12.dme b/baystation12.dme index 3cba1891341..28a9fa0df46 100644 --- a/baystation12.dme +++ b/baystation12.dme @@ -201,7 +201,6 @@ #define FILE_DIR "icons/vending_icons" #define FILE_DIR "interface" #define FILE_DIR "maps" -#define FILE_DIR "maps/backup" #define FILE_DIR "sound" #define FILE_DIR "sound/AI" #define FILE_DIR "sound/ambience" diff --git a/code/modules/mob/living/carbon/human/emote.dm b/code/modules/mob/living/carbon/human/emote.dm index 1ded7bb398b..dab1a9412f6 100644 --- a/code/modules/mob/living/carbon/human/emote.dm +++ b/code/modules/mob/living/carbon/human/emote.dm @@ -526,7 +526,7 @@ continue //skip monkeys and leavers if (istype(M, /mob/new_player)) continue - if(findtext(message,"snore")) + if(findtext(message," snores.")) //Because we have so many sleeping people. continue if(M.stat == 2 && M.client.ghost_sight && !(M in viewers(src,null))) M.show_message(message)