Skip to content

Commit

Permalink
fix default popup type
Browse files Browse the repository at this point in the history
  • Loading branch information
ThereDrD0 committed Jan 1, 2025
1 parent dff6a48 commit 732a136
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace Content.Server._Sunrise.DamageOverlay;
public sealed partial class DamageOverlayComponent : Component
{
[DataField]
public PopupType DamagePopupType = PopupType.MediumCaution;
public PopupType DamagePopupType = PopupType.MediumCautionFloating;

[DataField]
public PopupType HealPopupType = PopupType.LargeGreen;
Expand Down

0 comments on commit 732a136

Please sign in to comment.