Skip to content

Conversation

@Kiousu
Copy link

@Kiousu Kiousu commented Jan 12, 2026

Summary

  • Add a new adventure console command: reveal caves dungeons.
  • Marks all cave/dungeon POIs as visited so their names show up in the map “Names” view.

System.out.println("POI Names - Types\n" + String.join("\n", poiNames));
return "POI lists dumped to stdout.";
});
registerCommand(new String[]{"reveal", "caves", "dungeons"}, s -> {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This could be rewritten to take in the PointOfInterest type as an argument instead of being hardcoded to caves and dungeons. This way we could reveal cities and capitals as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants