mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-12 08:27:13 +01:00
Thou shalt not act recursively. (#6640)
This commit is contained in:
@@ -113,7 +113,6 @@ var/datum/controller/subsystem/chemistry/SSchemistry
|
||||
if (holder in active_holders)
|
||||
return
|
||||
|
||||
//Process once, right away. If we still need to continue then add to the active_holders list and continue later
|
||||
if (holder.process_reactions())
|
||||
active_holders += holder
|
||||
|
||||
|
||||
Reference in New Issue
Block a user