forked from wylab/wylab-station-14
fix: Update TryAddToChemicals to TryAddToBloodstream
Upstream renamed BloodstreamSystem.TryAddToChemicals to TryAddToBloodstream. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -101,7 +101,7 @@ public sealed partial class SuckableFoodSystem : EntitySystem
|
|||||||
}
|
}
|
||||||
|
|
||||||
_reactiveSystem.DoEntityReaction(sucker, dissolvedSol, ReactionMethod.Ingestion);
|
_reactiveSystem.DoEntityReaction(sucker, dissolvedSol, ReactionMethod.Ingestion);
|
||||||
_bloodstreamSystem.TryAddToChemicals((sucker, bloodstreamComp), dissolvedSol);
|
_bloodstreamSystem.TryAddToBloodstream((sucker, bloodstreamComp), dissolvedSol);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user