toconnell / kdm-manager

An interactive campaign manager for the game "Monster", by Kingdom Death. Development blog and release notes at https://blog.kdm-manager.com This project has no affiliation with Kingdom Death and is a totally independent, fan-maintained project.
http://kdm-manager.com
Other
26 stars 11 forks source link

Typo: Song of the Brave Settlement Bonus text #509

Closed WayForger closed 6 years ago

WayForger commented 6 years ago

The Song of the Brave settlement bonus has a typo. It should be: "The survivors lift their voices into the darkness. On arrival, each non-deaf survivor may remove 1 negative attribute token...". It should be "lift" instead of "life." screen shot 2018-08-18 at 12 34 48 pm

WayForger commented 6 years ago

I just noticed that the "of" in "Path of the Brave" is also misspelled.

toconnell commented 6 years ago

Yeesh: that's what I get for keying so much of this stuff in manually, I guess.

This is fixed in the upcoming release:

diff --git a/v2/api/assets/innovations.py b/v2/api/assets/innovations.py
index 7c7d69b..23391d4 100644
--- a/v2/api/assets/innovations.py
+++ b/v2/api/assets/innovations.py
@@ -232,7 +232,7 @@ innovation = {
         "innovation_type": "music",
         "consequences": ["saga"],
 #        "survivor_buff": "All non-deaf survivors add +1 to their roll results on the Overwhelming Darkness story event.",
-        "survivor_buff": "The survivors life their voices into the darkness. On <b>arrival</b>, each non-deaf survivor may remove 1 negative attribute token.<br/>During the <b>Overwhelming Darkness</b> story event, each non-deaf survivor may select the Path fo the Brave.",
+        "survivor_buff": "The survivors lift their voices into the darkness. On <b>arrival</b>, each non-deaf survivor may remove 1 negative attribute token.<br/>During the <b>Overwhelming Darkness</b> story event, each non-deaf survivor may select the Path of the Brave.",
     },