Skip to content

Commit

Permalink
Add appropriate warnings to risky setting
Browse files Browse the repository at this point in the history
  • Loading branch information
zbee committed Nov 21, 2024
1 parent ea1bf20 commit f1bcdc7
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public enum NecrohazardMechanic
[PropertyDisplay("Tank Invuln")]
TankInvuln,

[PropertyDisplay("Teleport hack (Always)")]
[PropertyDisplay("Teleport hack (Always)\nWARNING: This should ONLY be used when multi-boxing!")]
TeleportHackAlways,

[PropertyDisplay("Teleport hack (NPC)")]
Expand All @@ -18,7 +18,7 @@ public enum NecrohazardMechanic
[PropertyDisplay("Necrohazard mechanic solver",
tooltip: "Select how to solve mechanic:" +
"\nTank Invuln - Will solve the mechanic by using the Tank's invuln ability." +
"\nTeleport hack (Always) - Always uses teleport hacks to solve mechanic." +
"\nTeleport hack (NPC) - Only Uses teleport hacks when NPC are in the party!")]
"\nTeleport hack (Always) - Always uses teleport hacks to solve mechanic, even with other players present." +
"\nTeleport hack (NPC) - Only Uses teleport hacks when NPC are in the party.")]
public NecrohazardMechanic NecroHazardMechanicHints = NecrohazardMechanic.TankInvuln;
}

0 comments on commit f1bcdc7

Please sign in to comment.