From c5785ee1713b4fc8319fe12f323ff3cccca89577 Mon Sep 17 00:00:00 2001 From: ZomgPonies Date: Sun, 20 Jul 2014 02:26:42 -0400 Subject: [PATCH] Re-add borers to potential random events --- code/modules/events/event_dynamic.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/events/event_dynamic.dm b/code/modules/events/event_dynamic.dm index 1676db57c37..7d2299b2014 100644 --- a/code/modules/events/event_dynamic.dm +++ b/code/modules/events/event_dynamic.dm @@ -93,6 +93,7 @@ var/global/list/possibleEvents = list() possibleEvents[/datum/event/blob] = 20 * active_with_role["Engineer"] possibleEvents[/datum/event/brand_intelligence] = 50 + 25 * active_with_role["Engineer"] possibleEvents[/datum/event/spider_infestation] = 50 + 25 * active_with_role["Security"] + possibleEvents[/datum/event/borer_infestation] = 50 + 25 * active_with_role["Security"] if(active_with_role["Medical"] > 0)