spell check

This commit is contained in:
Sirryan2002
2021-11-03 02:02:18 -04:00
parent 568d27a5ee
commit 6f405149f2
@@ -27,7 +27,7 @@
return
if(user && imp)
if(M != user)
M.visible_message("<span class='warning'>[user] is attemping to implant [M].</span>")
M.visible_message("<span class='warning'>[user] is attempting to implant [M].</span>")
var/turf/T = get_turf(M)
if(T && (M == user || do_after(user, 50 * toolspeed, target = M)))