Merge pull request #16724 from SabreML/targetted-drones

Targetted drone announcement fix
This commit is contained in:
variableundefined
2021-09-17 20:42:48 -05:00
committed by GitHub
+1 -1
View File
@@ -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()