Skip to content

Commit

Permalink
this too oops
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveloopers committed Jul 4, 2024
1 parent 8c6208b commit 895fcd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/reagents/chemical_research/research-events.dm
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ GLOBAL_DATUM_INIT(ddi_experiment, /datum/research_event/ddi_experiment, new)
START_PROCESSING(SSprocessing, src)

/datum/research_event/ddi_experiment/process(delta_time)
if(total_points_given >= 20)
if(total_points_given >= MAX_POINTS)
STOP_PROCESSING(SSprocessing, src)
ai_announcement("Notice: Lifeform biostructural data fully analyzed, 20 total tech points awarded. Recommend termination of lifeform.")
return
Expand Down

0 comments on commit 895fcd5

Please sign in to comment.