From a559223fa8991de27b160b96753a95ec03faac8a Mon Sep 17 00:00:00 2001
From: Kates <24830358+lbnesquik@users.noreply.github.com>
Date: Sun, 19 Jul 2020 17:47:48 +0200
Subject: [PATCH] Correct a small typo
---
code/modules/vore/eating/living_vr.dm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/code/modules/vore/eating/living_vr.dm b/code/modules/vore/eating/living_vr.dm
index 8aca74723c3..cf11871d1af 100644
--- a/code/modules/vore/eating/living_vr.dm
+++ b/code/modules/vore/eating/living_vr.dm
@@ -376,7 +376,7 @@
return
setClickCooldown(DEFAULT_ATTACK_COOLDOWN)
- visible_message("[src] smells [smelled]!","You smells [smelled]. They smell like [smelled.get_smell_message()].","Sniff!")
+ visible_message("[src] smell [smelled]!","You smells [smelled]. They smell like [smelled.get_smell_message()].","Sniff!")
/mob/living/proc/get_smell_message(allow_generic = 1)
if(!vore_smell && !allow_generic)