From 11941d7791fe4f503bdd626160fb7b46a5b9d72a Mon Sep 17 00:00:00 2001 From: SabreML <57483089+SabreML@users.noreply.github.com> Date: Fri, 17 Sep 2021 16:25:27 +0100 Subject: [PATCH] Target --- code/modules/events/rogue_drones.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/events/rogue_drones.dm b/code/modules/events/rogue_drones.dm index f3ea93c80c4..e069fb4e5c8 100644 --- a/code/modules/events/rogue_drones.dm +++ b/code/modules/events/rogue_drones.dm @@ -22,7 +22,7 @@ else if(prob(50)) msg = "Contact has been lost with a combat drone wing operating out of the NSV Icarus. If any are sighted in the area, approach with caution." else - msg = "Unidentified hackers have targetted a combat drone wing deployed from the NSV Icarus. If any are sighted in the area, approach with caution." + msg = "Unidentified hackers have targeted a combat drone wing deployed from the NSV Icarus. If any are sighted in the area, approach with caution." GLOB.event_announcement.Announce(msg, "Rogue drone alert") /datum/event/rogue_drone/tick()