mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-26 14:47:50 +01:00
[MIRROR] Partial revert of previous SSchem change (#12389)
Co-authored-by: Will <7099514+Willburd@users.noreply.github.com>
This commit is contained in:
co-authored by
Will
parent
050abd3010
commit
261eb8f086
@@ -63,6 +63,9 @@ SUBSYSTEM_DEF(chemistry)
|
||||
LAZYINITLIST(chemical_reactions_by_product[D.result])
|
||||
chemical_reactions_by_product[D.result] |= D // for reverse lookup
|
||||
|
||||
// we want to maintain original chemistry behavior, but still document all reactions above, only add to this list with the first reagent
|
||||
if(i > 1)
|
||||
continue
|
||||
LAZYINITLIST(add_to[reagent_id])
|
||||
add_to[reagent_id] |= D
|
||||
|
||||
|
||||
Reference in New Issue
Block a user