Merge pull request #54 from alex-gh/misc_event_fixes

Hacker event should work now
This commit is contained in:
ZomgPonies
2013-11-20 17:54:23 -08:00
+1 -1
View File
@@ -62,7 +62,7 @@ var/global/list/possibleEvents = list()
possibleEvents[/datum/event/pda_spam] = max(min(25, player_list.len) * 4, 200)
possibleEvents[/datum/event/money_lotto] = max(min(5, player_list.len), 50)
if(account_hack_attempted)
if(!account_hack_attempted)
possibleEvents[/datum/event/money_hacker] = max(min(25, player_list.len) * 4, 200)
possibleEvents[/datum/event/carp_migration] = 50 + 50 * active_with_role["Engineer"]