From 70448c3fd97e74eaab970c11d751dfbc67f3b22a Mon Sep 17 00:00:00 2001
From: TotallyNotADog <66381600+TotallyNotADog@users.noreply.github.com>
Date: Fri, 21 Jul 2023 22:50:51 -0500
Subject: [PATCH] fix gendered language in chemtongue implant
---
code/modules/reagents/reagent_containers/Chemical_tongue.dm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/code/modules/reagents/reagent_containers/Chemical_tongue.dm b/code/modules/reagents/reagent_containers/Chemical_tongue.dm
index 275091254..d2f13dfc0 100644
--- a/code/modules/reagents/reagent_containers/Chemical_tongue.dm
+++ b/code/modules/reagents/reagent_containers/Chemical_tongue.dm
@@ -57,7 +57,7 @@
if(user.a_intent == INTENT_DISARM && user.zone_selected == BODY_ZONE_PRECISE_MOUTH)
if(M != user)
M.visible_message("[user] attempts nuzzles into [M]'s.", \
- "[user] attempts to bump his snout against yours.")
+ "[user] attempts to bump their snout against yours.")
if(!do_mob(user, M, 10))
return
playsound(M.loc,'sound/effects/attackblob.ogg', rand(10,50), 1)