Skip to content

Commit

Permalink
Merge pull request #455 from zbee/main
Browse files Browse the repository at this point in the history
Add warnings to the Teleport Hack option
  • Loading branch information
CarnifexOptimus authored Nov 21, 2024
2 parents d220352 + f1bcdc7 commit 34313e3
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 34313e3

Please sign in to comment.