From 265da844dfd7e50d2b11e52ecd65f1f339233b4d Mon Sep 17 00:00:00 2001 From: Ty-Omaha Date: Sun, 14 Oct 2018 21:25:46 -0400 Subject: [PATCH] borer fixes 3 (spelling) --- code/game/gamemodes/miniantags/borer/borer.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/gamemodes/miniantags/borer/borer.dm b/code/game/gamemodes/miniantags/borer/borer.dm index 47ce49414b2..a87008c590b 100644 --- a/code/game/gamemodes/miniantags/borer/borer.dm +++ b/code/game/gamemodes/miniantags/borer/borer.dm @@ -489,7 +489,7 @@ return if(input_open) - to_chat(src, "You're already targetting someone!") + to_chat(src, "You're already targeting someone!") return var/list/choices = list()