From 21e97e0d6544bbfb533df6b7ddb86797dd698f9a Mon Sep 17 00:00:00 2001 From: Ketrai Date: Mon, 2 Oct 2017 20:49:10 +0200 Subject: [PATCH] Clarifies the grubevent announcement. Now grubs are nerfed, this hopefully will clear up any misunderstandings. All crew should be able to deal with grubs, and certain departments shouldn't monopolize the killing. (or feel required to interrupt scenes to chase down grubs, they're not that strong anymore.) --- code/modules/events/grubinfestation_vr.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/events/grubinfestation_vr.dm b/code/modules/events/grubinfestation_vr.dm index 5f1161c441e..a7898e11e67 100644 --- a/code/modules/events/grubinfestation_vr.dm +++ b/code/modules/events/grubinfestation_vr.dm @@ -9,7 +9,7 @@ sent_spiders_to_station = 0 /datum/event/grub_infestation/announce() - command_announcement.Announce("Unidentified lifesigns detected coming aboard [station_name()]. Secure any exterior access, including ducting and ventilation.", "Lifesign Alert", new_sound = 'sound/AI/aliens.ogg') + command_announcement.Announce("Solargrubs detected coming aboard [station_name()]. Please clear them out before this starts to affect productivity. All crew efforts are appreciated and encouraged.", "Lifesign Alert", new_sound = 'sound/AI/aliens.ogg') /datum/event/grub_infestation/start()