Skip to content

Commit

Permalink
chem speed untweak
Browse files Browse the repository at this point in the history
  • Loading branch information
X0-11 committed Jun 3, 2024
1 parent 7bcb940 commit 6b071b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/controllers/Processes/chemistry.dm
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ var/datum/controller/process/chemistry/chemistryProcess

/datum/controller/process/chemistry/setup()
name = "chemistry"
schedule_interval = 5 // every 2 seconds
schedule_interval = 2 SECONDS
chemistryProcess = src
active_holders = list()
chemical_reactions = chemical_reactions_list
Expand Down

0 comments on commit 6b071b1

Please sign in to comment.