From 6f405149f239dbb9bb1f41d4626a0f1582898eb6 Mon Sep 17 00:00:00 2001 From: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com> Date: Wed, 3 Nov 2021 02:02:18 -0400 Subject: [PATCH] spell check --- code/game/objects/items/weapons/implants/implanter.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/objects/items/weapons/implants/implanter.dm b/code/game/objects/items/weapons/implants/implanter.dm index a3f348274f2..5fd031c2b2f 100644 --- a/code/game/objects/items/weapons/implants/implanter.dm +++ b/code/game/objects/items/weapons/implants/implanter.dm @@ -27,7 +27,7 @@ return if(user && imp) if(M != user) - M.visible_message("[user] is attemping to implant [M].") + M.visible_message("[user] is attempting to implant [M].") var/turf/T = get_turf(M) if(T && (M == user || do_after(user, 50 * toolspeed, target = M)))