Skip to content
This repository has been archived by the owner on Dec 29, 2024. It is now read-only.

Commit

Permalink
Update Content.Shared/CombatMode/SharedCombatModeSystem.cs
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Signed-off-by: PuroSlavKing <[email protected]>
  • Loading branch information
PuroSlavKing and coderabbitai[bot] authored Nov 30, 2024
1 parent 21f1a7d commit e43bfaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Shared/CombatMode/SharedCombatModeSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ private void OnActionPerform(EntityUid uid, CombatModeComponent component, Toggl
return;

// Everwood START
_audio.PlayPvs(component.IsInCombatMode ? "/Audio/_Everwood/Effects/CombatMode/on.ogg" : "/Audio/_Ataraxia/Effects/CombatMode/off.ogg", uid);
_audio.PlayPvs(component.IsInCombatMode ? "/Audio/_Everwood/Effects/CombatMode/on.ogg" : "/Audio/_Everwood/Effects/CombatMode/off.ogg", uid);

// var msg = component.IsInCombatMode ? "action-popup-combat-enabled" : "action-popup-combat-disabled";
// _popup.PopupEntity(Loc.GetString(msg), args.Performer, args.Performer);
Expand Down

0 comments on commit e43bfaf

Please sign in to comment.