Skip to content

Commit

Permalink
chemspeedup
Browse files Browse the repository at this point in the history
  • Loading branch information
X0-11 committed Jun 3, 2024
1 parent c220872 commit 92c9c7d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions code/_helpers/unsorted.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1126,8 +1126,6 @@ GLOBAL_DATUM_INIT(dview_mob, /mob/dview, new)

see_in_dark = 1e6

virtual_mob = null

/atom/proc/get_light_and_color(var/atom/origin)
if(origin)
color = origin.color
Expand Down
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 = 20 // every 2 seconds
schedule_interval = 5 // every 2 seconds
chemistryProcess = src
active_holders = list()
chemical_reactions = chemical_reactions_list
Expand Down

0 comments on commit 92c9c7d

Please sign in to comment.