Skip to content

Commit

Permalink
Mournings End Part I: Add note about Mourners combat skill decrease (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
pajlada authored Jan 20, 2025
1 parent 01fbbb1 commit 99eb1ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ public List<ItemRequirement> getItemRecommended()
@Override
public List<String> getCombatRequirements()
{
return Collections.singletonList("Mourner (level 11)");
return Collections.singletonList("Mourner (level 11) (will decrease all combat skills to 20, including Hitpoints)");
}

@Override
Expand Down

0 comments on commit 99eb1ea

Please sign in to comment.