Make PKA require wielding (#16638)

This commit is contained in:
metalgearsloth
2023-06-01 12:27:19 +10:00
committed by GitHub
parent f9df5f761c
commit 6537e683b0
8 changed files with 69 additions and 4 deletions

View File

@@ -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;