Skip to content

Commit

Permalink
Revert string changes in SotA for 1.14 RC 3 - gold
Browse files Browse the repository at this point in the history
This reverts the following commits:

 * "SotA S2: fixed inconsistency between unit name and dialog (fixes #2844)" - commit ab9f29a
 * "SotA S8: fixed inconsistent Ghost name (fixes #2846)" - commit fc6c3ac
  • Loading branch information
irydacea committed Apr 15, 2018
1 parent e863f79 commit f843a0e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions changelog.md
@@ -1,7 +1,5 @@
## Version 1.13.13+dev
### Campaigns
* Secrets of the Ancients
* Fixed several inconsistently spelled names.
* The Hammer of Thursagan
* S12 Fixed enemies from ai6 (south-east lich) going to the book (spider)
room
Expand Down
Expand Up @@ -276,7 +276,7 @@ of Healing"
image=items/gravestone1.png
[/item]

{PLACE_GUARD 10 11 (Spearman) RESILIENT QUICK "Gwyllin" (_"Gwyllin")}
{PLACE_GUARD 10 11 (Spearman) RESILIENT QUICK "Gwillyn" (_"Gwillyn")}
{PLACE_GUARD 10 10 (Spearman) QUICK RESILIENT "Veomyr" (_"Veomyr")}
{PLACE_GUARD 8 10 (Spearman) STRONG RESILIENT "Syrillin" (_"Syrillin")}
{PLACE_GUARD 7 10 (Bowman) STRONG INTELLIGENT "Glant" (_"Glant")}
Expand All @@ -293,7 +293,7 @@ of Healing"
#endif

# We don't want the guard on the village to move from there:
{FREEZE_UNIT Gwyllin}
{FREEZE_UNIT Gwillyn}

[store_locations]
terrain=*^Gryv
Expand Down
Expand Up @@ -89,7 +89,7 @@ After several days of travel, he approached the frontier town of Carcyn."
[unit]
type=Shadow
side=1
name= _ "Vash-Gorn"
name= _ "Vash Gorn"
[/unit]
[unit]
type=Ghost
Expand Down

0 comments on commit f843a0e

Please sign in to comment.