mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +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()
|
||||||
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user