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
|
/// The sound when stamp stamped
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[DataField("sound")]
|
[DataField("sound")]
|
||||||
public SoundSpecifier Sound = new SoundPathSpecifier("/Audio/Items/Stamp/thick_stamp_sub.ogg")
|
public SoundSpecifier? Sound = null;
|
||||||
{
|
|
||||||
Params = AudioParams.Default.WithVolume(-2f).WithMaxDistance(5f)
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -154,7 +154,7 @@
|
|||||||
stampedName: stamp-component-stamped-name-mime
|
stampedName: stamp-component-stamped-name-mime
|
||||||
stampedColor: "#777777"
|
stampedColor: "#777777"
|
||||||
stampState: "paper_stamp-mime"
|
stampState: "paper_stamp-mime"
|
||||||
# TODO remove sound from mime's rubber stamp
|
sound: null
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
state: stamp-mime
|
state: stamp-mime
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user