Update spider_migration_yw.dm

This commit is contained in:
RadiantFlash7
2020-08-05 23:41:34 -04:00
committed by GitHub
parent d2dd5ba598
commit aab53de9f6

View File

@@ -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()
@@ -48,4 +48,4 @@
if(istype(T, /turf/space)) if(istype(T, /turf/space))
if(prob(75)) if(prob(75))
qdel(SM) qdel(SM)
sleep(1) sleep(1)