diff --git a/code/modules/events/spider_migration_yw.dm b/code/modules/events/spider_migration_yw.dm index 9b32fd3afe..5d864ac8c6 100644 --- a/code/modules/events/spider_migration_yw.dm +++ b/code/modules/events/spider_migration_yw.dm @@ -11,9 +11,9 @@ /datum/event/spider_migration/announce() var/announcement = "" 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 - 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") /datum/event/spider_migration/start() @@ -48,4 +48,4 @@ if(istype(T, /turf/space)) if(prob(75)) qdel(SM) - sleep(1) \ No newline at end of file + sleep(1)