mirror of
https://github.com/corvax-team/ss14-wl.git
synced 2026-02-15 03:31:38 +01:00
Fix Mixed puddles not updating slips when evap (#34303)
* Fix Mixed puddles not updating slips when evap * Remove Comment that isn't needed Co-authored-by: Centronias <charlie.t.santos@gmail.com> * CR - use SolutionContainerSystem.UpdateChemicals * CR - cleanup unused imports --------- Co-authored-by: Centronias <charlie.t.santos@gmail.com>
This commit is contained in:
@@ -55,6 +55,8 @@ public sealed partial class PuddleSystem
|
||||
Spawn("PuddleSparkle", xformQuery.GetComponent(uid).Coordinates);
|
||||
QueueDel(uid);
|
||||
}
|
||||
|
||||
_solutionContainerSystem.UpdateChemicals(puddle.Solution.Value);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user