Delta-v/Content.Server/GameObjects/Components/Chemistry
moneyl 4cf8e18d1f Fix bug with chemical reactions which cause other reactions (#475)
SolutionComponent.CheckForReaction only checks for a reaction once, meaning that if a reaction generates reagents that create a solution that's valid for another reaction, that second reaction doesn't occur. This fixes that by repeatedly checking for a reaction until no more occur.
2019-12-04 13:51:05 +01:00
..
ReagentDispenserComponent.cs Fixes the player being able to use the chem dispenser when they'… (#480) 2019-11-29 17:04:36 +01:00
SolutionComponent.cs Fix bug with chemical reactions which cause other reactions (#475) 2019-12-04 13:51:05 +01:00