wielding cleanup (#10525)
This commit is contained in:
@@ -12,7 +12,7 @@ namespace Content.Server.Wieldable.Components
|
||||
public SoundSpecifier? WieldSound = new SoundPathSpecifier("/Audio/Effects/thudswoosh.ogg");
|
||||
|
||||
[DataField("unwieldSound")]
|
||||
public SoundSpecifier? UnwieldSound = default!;
|
||||
public SoundSpecifier? UnwieldSound;
|
||||
|
||||
/// <summary>
|
||||
/// Number of free hands required (excluding the item itself) required
|
||||
@@ -23,6 +23,7 @@ namespace Content.Server.Wieldable.Components
|
||||
|
||||
public bool Wielded = false;
|
||||
|
||||
[DataField("wieldedInhandPrefix")]
|
||||
public string WieldedInhandPrefix = "wielded";
|
||||
|
||||
public string? OldInhandPrefix = null;
|
||||
|
||||
Reference in New Issue
Block a user