mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-21 12:04:48 +01:00
Re-add borers to potential random events
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user