From 4455c81dbb794e95b8b43f361d641a72b86bf9bd Mon Sep 17 00:00:00 2001 From: iramoye Date: Wed, 28 Jan 2026 05:21:49 -0600 Subject: [PATCH] fixes an apostrophe (#31522) --- code/modules/mod/mod_activation.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/mod/mod_activation.dm b/code/modules/mod/mod_activation.dm index a20d311635f..6f8e6d7eab5 100644 --- a/code/modules/mod/mod_activation.dm +++ b/code/modules/mod/mod_activation.dm @@ -56,8 +56,8 @@ deploy(null, part, TRUE) else if(!deploy && part.loc != src) retract(null, part, TRUE) - wearer.visible_message(SPAN_NOTICE("[wearer]'s [src] [deploy ? "deploys" : "retracts"] its' parts with a mechanical hiss."), - SPAN_NOTICE("[src] [deploy ? "deploys" : "retracts"] its' parts with a mechanical hiss."), + wearer.visible_message(SPAN_NOTICE("[wearer]'s [src] [deploy ? "deploys" : "retracts"] its parts with a mechanical hiss."), + SPAN_NOTICE("[src] [deploy ? "deploys" : "retracts"] its parts with a mechanical hiss."), "You hear a mechanical hiss.") playsound(src, 'sound/mecha/mechmove03.ogg', 25, TRUE, SHORT_RANGE_SOUND_EXTRARANGE) if(deploy)