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