Organ Failure & DME Prep

* Mutiny Mode enabled
* Organ Failure removed due to runtime(s)
This commit is contained in:
skull132
2015-01-23 00:47:17 +02:00
parent f11f25e8d7
commit 3a615e0773
2 changed files with 15 additions and 2 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ var/list/event_last_fired = list()
possibleEvents[/datum/event/radiation_storm] = active_with_role["Medical"] * 10
possibleEvents[/datum/event/spontaneous_appendicitis] = active_with_role["Medical"] * 10
possibleEvents[/datum/event/viral_infection] = active_with_role["Medical"] * 20
possibleEvents[/datum/event/organ_failure] = active_with_role["Medical"] * 50
// possibleEvents[/datum/event/organ_failure] = active_with_role["Medical"] * 50
possibleEvents[/datum/event/prison_break] = active_with_role["Security"] * 50
if(active_with_role["Security"] > 0)