Fixed small spelling + punctuation errors (#1716)

This commit is contained in:
CitadelStationBot
2017-06-30 22:46:40 -05:00
committed by kevinz000
parent 57bf6fc7ba
commit 01456fddf1
2 changed files with 3 additions and 3 deletions
@@ -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_mob(user, M, 50)))