Update doppler_array.dm

This commit is contained in:
deathride58
2018-02-07 14:14:53 -05:00
committed by GitHub
parent e2a6e36ae5
commit 7295e9ba82
+1 -5
View File
@@ -110,15 +110,11 @@ GLOBAL_LIST_EMPTY(doppler_arrays)
if(!istype(linked_techweb))
say("Warning: No linked research system!")
return
var/adjusted = orig_light - 20 - linked_techweb.max_bomb_value
var/adjusted = orig_light - 10 - linked_techweb.max_bomb_value
if(adjusted <= 0)
say("Explosion not large enough for research calculations.")
return
var/point_gain = techweb_scale_bomb(adjusted)
if(point_gain <= 0)
say("Explosion not large enough for research calculations.")
return
var/point_gain = techweb_scale_bomb(adjusted)
if(point_gain <= 0)
say("Explosion not large enough for research calculations.")
return