Adjusted bomb numbers

This commit is contained in:
Putnam3145
2021-11-26 20:18:47 -08:00
parent c7ae228bda
commit 2558789015
2 changed files with 3 additions and 3 deletions
+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 = (TECHWEB_BOMB_POINTCAP * 2 * orig_light) / (orig_light + TECHWEB_BOMB_SIZE)
point_gain = (TECHWEB_BOMB_MIDPOINT * 2 * orig_light) / (orig_light + TECHWEB_BOMB_SIZE)
/*****The Point Capper*****/
if(point_gain > linked_techweb.largest_bomb_value)