mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Update spider_migration_yw.dm
This commit is contained in:
@@ -11,9 +11,9 @@
|
|||||||
/datum/event/spider_migration/announce()
|
/datum/event/spider_migration/announce()
|
||||||
var/announcement = ""
|
var/announcement = ""
|
||||||
if(severity == EVENT_LEVEL_MAJOR)
|
if(severity == EVENT_LEVEL_MAJOR)
|
||||||
announcement = "Massive breach of [station_name()] walls detected. Unknown biological entities has been detected near within walls perimeter. Heavily armed Security Patrol required."
|
announcement = "Massive breach of [station_name()] walls detected. Unknown biological entities has been detected within the perimeter wall. Heavily armed Security Patrol required."
|
||||||
else
|
else
|
||||||
announcement = "Unknown biological [spawned_spider.len == 1 ? "entity has" : "entities have"] bypassed [station_name()]'s perimeter walls, Security Patrol reccomended."
|
announcement = "Unknown biological [spawned_spider.len == 1 ? "entity has" : "entities have"] bypassed [station_name()]'s perimeter walls, Security Patrol recommended."
|
||||||
command_announcement.Announce(announcement, "Lifesign Alert")
|
command_announcement.Announce(announcement, "Lifesign Alert")
|
||||||
|
|
||||||
/datum/event/spider_migration/start()
|
/datum/event/spider_migration/start()
|
||||||
|
|||||||
Reference in New Issue
Block a user