From 0a39cc76d6f20c620a8bbe68c4f0a4b0fedf8a4f Mon Sep 17 00:00:00 2001 From: Kistaro Windrider Date: Sat, 8 Apr 2023 18:38:51 -0700 Subject: [PATCH] Two Kobolds In A Trenchcoat: grammar fix --- koboldsim/cards.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koboldsim/cards.go b/koboldsim/cards.go index 2d0a7d1..557b714 100644 --- a/koboldsim/cards.go +++ b/koboldsim/cards.go @@ -259,7 +259,7 @@ var cards = []Card{ CanDo: YesWeCan, }, &BasicPolicy{ - UnenactedDesc: cardsim.MsgStr(`Brave but potentially headstrong, another prospective merchant has attended the meeting with the following plea. "We must take head-on the risk of improving the status of kobolds! Only by bravely attending the surface markets can we hope to achieve a true and lasting peace!`), + UnenactedDesc: cardsim.MsgStr(`Brave but potentially headstrong, another prospective merchant has attended the meeting with the following plea. "We must take head-on the risk of improving the status of kobolds! Only by bravely attending the surface markets can we hope to achieve a true and lasting peace!"`), EnactedDesc: cardsim.MsgStr(`[currentpolicy] Your merchants represent the nation's peaceful ideals by visiting the surface openly despite occasional casaulties.`), Do: func(p *Player) (cardsim.Message, error) { p.Stats.BasePopulation -= 15