From cdf2089d18a4c097b72c24b731f19d279345a100 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 15 May 2024 01:51:31 +0200 Subject: fix typo in prompt --- rules.js | 2 +- rules.ts | 2 +- 2 files changed, 2 insertions(+), 2 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); diff --git a/rules.ts b/rules.ts index f296362..8fe3bfa 100644 --- a/rules.ts +++ b/rules.ts @@ -10938,7 +10938,7 @@ function goto_we_done_deeds_of_charity() { } 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) -- cgit v1.2.3