Actually, 5000 is the new point
This commit is contained in:
@@ -198,7 +198,7 @@ GLOBAL_LIST_EMPTY(doppler_arrays)
|
||||
say("Explosion not large enough for research calculations.")
|
||||
return
|
||||
else
|
||||
point_gain = (100000 * orig_light) / (orig_light + 4500)
|
||||
point_gain = (100000 * orig_light) / (orig_light + 5000)
|
||||
|
||||
/*****The Point Capper*****/
|
||||
if(point_gain > linked_techweb.largest_bomb_value)
|
||||
|
||||
Reference in New Issue
Block a user