Tweaks event text to fit with the lore better.

Adds more informative text for vending machines.
Removes RNG viruses.
This commit is contained in:
Neerti
2015-12-21 04:01:05 -05:00
parent 51bec27882
commit 451c477e4c
15 changed files with 43 additions and 48 deletions

View File

@@ -76,7 +76,6 @@ var/list/event_last_fired = list()
if(active_with_role["Medical"] > 0)
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"] * 10
possibleEvents[/datum/event/prison_break] = active_with_role["Security"] * 50
if(active_with_role["Security"] > 0)