Activity trollheim-warning recover to no aciton.

This commit is contained in:
Tooze 2026-02-14 16:12:16 -05:00
parent 0fe0da5f1c
commit 44d57f6a4b

View file

@ -578,7 +578,10 @@ public final class TrollheimPlugin extends OptionHandler {
* Represents the troll location.
*/
private static final Location TROLL_LOCATION = new Location(2851, 3598, 0);
@Override
public void recover(Player p){
//no recovery action needed.
}
/**
* Constructs a new {@code WarningCutscene} {@code Object}.
*/