Merge pull request #6807 from Citadel-Station-13/upstream-merge-37448

[MIRROR] [READY]Refactors techwebs to have different types of points - PR HAS NO GAMEPLAY IMPACT
This commit is contained in:
LetterJay
2018-05-24 11:58:57 -05:00
committed by GitHub
15 changed files with 307 additions and 181 deletions
+1 -1
View File
@@ -119,7 +119,7 @@ GLOBAL_LIST_EMPTY(doppler_arrays)
say("Explosion not large enough for research calculations.")
return
linked_techweb.max_bomb_value = adjusted
linked_techweb.research_points += point_gain
linked_techweb.add_point_type(TECHWEB_POINT_TYPE_DEFAULT, point_gain)
say("Gained [point_gain] points from explosion dataset.")
/obj/machinery/doppler_array/research/science/Initialize()