- fix: Bugfixes (#18)
* - fix: Fix huds. * - fix: Cult icon fix * - fix: Fix terminator missing dead threshold * - fix: Fix clown ComicSans font * - fix: Fix airlock missing rsi states * - fix: Fix double storage removal sound * - fix: Fix emote
This commit is contained in:
@@ -17,7 +17,6 @@ using Content.Shared.Stacks;
|
||||
using Content.Shared.Storage.Components;
|
||||
using Content.Shared.Timing;
|
||||
using Content.Shared.Verbs;
|
||||
using Content.Shared._White.Sounds;
|
||||
using Robust.Shared.Audio.Systems;
|
||||
using Robust.Shared.Containers;
|
||||
using Robust.Shared.GameStates;
|
||||
@@ -431,13 +430,6 @@ public abstract class SharedStorageSystem : EntitySystem
|
||||
&& storageComp.StorageRemoveSound != null)
|
||||
Audio.PlayPredicted(storageComp.StorageRemoveSound, uid, player);
|
||||
{
|
||||
// WD edit
|
||||
if (hands.ActiveHand != null)
|
||||
{
|
||||
var gotRemoved = new GotRemovedEvent(player, entity, hands.ActiveHand);
|
||||
RaiseLocalEvent(entity, gotRemoved, false);
|
||||
}
|
||||
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user