Make mime stamp silent (#23221)
* good commit * Revert "good commit" This reverts commit 2559a9ad8b642827446e151adc90057d667be60d. * EVEN BETTER PR * even more better
This commit is contained in:
@@ -49,8 +49,5 @@ public sealed partial class StampComponent : Component
|
||||
/// The sound when stamp stamped
|
||||
/// </summary>
|
||||
[DataField("sound")]
|
||||
public SoundSpecifier Sound = new SoundPathSpecifier("/Audio/Items/Stamp/thick_stamp_sub.ogg")
|
||||
{
|
||||
Params = AudioParams.Default.WithVolume(-2f).WithMaxDistance(5f)
|
||||
};
|
||||
public SoundSpecifier? Sound = null;
|
||||
}
|
||||
|
||||
@@ -154,7 +154,7 @@
|
||||
stampedName: stamp-component-stamped-name-mime
|
||||
stampedColor: "#777777"
|
||||
stampState: "paper_stamp-mime"
|
||||
# TODO remove sound from mime's rubber stamp
|
||||
sound: null
|
||||
- type: Sprite
|
||||
state: stamp-mime
|
||||
|
||||
|
||||
Reference in New Issue
Block a user