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)