Skip to content

Commit

Permalink
Add "cloaks" to Josephine's known chat options
Browse files Browse the repository at this point in the history
#640
Closes #612
  • Loading branch information
AntumDeluge committed Jun 13, 2024
1 parent c1241a3 commit 98d5349
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/games/stendhal/server/maps/quests/CloakCollector.java
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ public void addToWorld() {
"Cloaks Collector",
"Josephine wants cloaks in many colors.",
false);

npcs.get("Josephine").addKnownChatOptions("cloaks");
}

private void step_1() {
Expand Down

0 comments on commit 98d5349

Please sign in to comment.