Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AntumDeluge committed Jul 23, 2024
1 parent 1bc83e6 commit 68b99de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public class AssassinRepairerAdder {

final Map<String, Object> replies = new HashMap<String, Object>() {{
put(ID_DENIED, "Only members of the assassins guild can have items repaired.");
put(ID_UNDECLARED, "Please tell me what you would repaired.");
put(ID_UNDECLARED, "Please tell me what you would like repaired.");
put(ID_NO_REPAIR, null);
put(ID_NO_CARRY, null);
put(ID_NO_AFFORD, "You don't have enough money.");
Expand Down

0 comments on commit 68b99de

Please sign in to comment.