Make PKA require wielding (#16638)
This commit is contained in:
@@ -26,7 +26,7 @@ public sealed partial class WieldableComponent : Component
|
||||
public bool Wielded = false;
|
||||
|
||||
[DataField("wieldedInhandPrefix")]
|
||||
public string WieldedInhandPrefix = "wielded";
|
||||
public string? WieldedInhandPrefix = "wielded";
|
||||
|
||||
public string? OldInhandPrefix = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user