Hacker event should work now

This commit is contained in:
alex-gh
2013-11-20 19:22:18 +01:00
parent c622878626
commit be3d91f143
+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"]