Actually, 5000 is the new point

This commit is contained in:
Putnam3145
2021-09-02 21:10:11 -07:00
parent 007c5b02a4
commit 845786a81a
+1 -1
View File
@@ -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)