summaryrefslogtreecommitdiff
path: root/rules.js
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2024-05-15 01:51:31 +0200
committerTor Andersson <tor@ccxvii.net>2024-05-15 01:51:31 +0200
commitcdf2089d18a4c097b72c24b731f19d279345a100 (patch)
treeaaa112057be5ee5d61641464867c50c3c01bd545 /rules.js
parentbb5cb5094637ba28260cffde5cbb0f5e3fe2ae53 (diff)
downloadplantagenet-cdf2089d18a4c097b72c24b731f19d279345a100.tar.gz
fix typo in prompt
Diffstat (limited to 'rules.js')
-rw-r--r--rules.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules.js b/rules.js
index a0399ff..4a91c1f 100644
--- a/rules.js
+++ b/rules.js
@@ -9424,7 +9424,7 @@ function goto_we_done_deeds_of_charity() {
game.count = 2;
}
states.we_done_deeds_of_charity = {
- inactive: "We done needs of charity",
+ inactive: "We done deeds of charity",
prompt() {
let lord = find_lord_with_capability_card(AOW_YORK_WE_DONE_DEEDS_OF_CHARITY);
let here = get_lord_locale(lord);