Fix: obsolete warnings in SharedAbsorbentSystem (#40885)
* fix: formating warnings * split GetAbsorbentReagents into string and protoid * fix: changed SplitSolutionWhitout [obsolete] to use new method * fix: missing using directive after merge * Replaced methods with ProtoId variant
This commit is contained in:
@@ -42,7 +42,7 @@ public abstract partial class SharedPuddleSystem : EntitySystem
|
||||
[Dependency] private readonly StepTriggerSystem _stepTrigger = default!;
|
||||
[Dependency] private readonly TileFrictionController _tile = default!;
|
||||
|
||||
private string[] _standoutReagents = [];
|
||||
private ProtoId<ReagentPrototype>[] _standoutReagents = [];
|
||||
|
||||
/// <summary>
|
||||
/// The lowest threshold to be considered for puddle sprite states as well as slipperiness of a puddle.
|
||||
|
||||
Reference in New Issue
Block a user