Merge pull request #183 from AnonymousHybi/master

Increased medical staff required for appendicitis
This commit is contained in:
AnonymousHybi
2018-09-29 20:52:03 +01:00
committed by GitHub
+2
View File
@@ -76,6 +76,8 @@ var/list/event_last_fired = list()
if(active_with_role["Medical"] > 0)
possibleEvents[/datum/event/radiation_storm] = active_with_role["Medical"] * 10
// Chompstation edit - Requiring 2 medical staff for appendicitis to call :)
if(active_with_role["Medical"] > 1)
possibleEvents[/datum/event/spontaneous_appendicitis] = active_with_role["Medical"] * 10
possibleEvents[/datum/event/prison_break] = active_with_role["Security"] * 50