Replace BlockSolutionAccessComponent with an attempt event (#26988)
* BlockSolutionAccessComponent now only blocks one specified solution. * Significant overhaul Separated spilling when worn functionality into its own component/system. Removed BlockSolutionAccessComponent. Added an event for solution access.
This commit is contained in:
@@ -14,13 +14,6 @@ public sealed partial class SpillableComponent : Component
|
||||
[DataField("solution")]
|
||||
public string SolutionName = "puddle";
|
||||
|
||||
/// <summary>
|
||||
/// Should this item be spilled when worn as clothing?
|
||||
/// Doesn't count for pockets or hands.
|
||||
/// </summary>
|
||||
[DataField]
|
||||
public bool SpillWorn = true;
|
||||
|
||||
[DataField]
|
||||
public float? SpillDelay;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user