Re-add borers to potential random events

This commit is contained in:
ZomgPonies
2014-07-20 02:26:42 -04:00
parent 1bf157d4cc
commit c5785ee171
+1
View File
@@ -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)