Tied gravity to the actual grav generator

This commit is contained in:
ZomgPonies
2014-05-20 16:33:07 -04:00
parent f0ebf536c9
commit b4908b5d5c
3 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ var/global/list/possibleEvents = list()
possibleEvents[/datum/event/vent_clog] = 300
possibleEvents[/datum/event/anomaly/anomaly_grav] = 200
possibleEvents[/datum/event/weightless] = 150
// possibleEvents[/datum/event/weightless] = 150
possibleEvents[/datum/event/wormholes] = 150
possibleEvents[/datum/event/pda_spam] = max(min(25, player_list.len) * 4, 200)