Skip to content

Commit

Permalink
Version update, tips update
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrettin committed Jan 6, 2016
1 parent a3b03d3 commit f4ee743
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
10 changes: 10 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,16 @@ https://github.com/Andrettin/Wyrmsun
# Changelog
############################################################

-----------------------------------------------------------------------
- 1.9.5
-----------------------------------------------------------------------

* Heroes
- Fixed an issue with custom hero experience carry over.

* Miscellaneous
- Improved backwards compatibility with old save games.

-----------------------------------------------------------------------
- 1.9.4
-----------------------------------------------------------------------
Expand Down
9 changes: 3 additions & 6 deletions scripts/menus/help.lua
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,9 @@ local tips = {

"Use CTRL-V or ALT-V to cycle through the viewport configuration, you can then monitor your base and lead an attack.",

"Attack a chest to open it.",
"Place a unit on top of a potion of healing or food item to heal it.",
"When a unit levels up, an exclamation point appears over it, and it can upgrade to a new unit type or acquire new abilities.",
"Slimes are harmless.",

-- "Know a useful tip? Then add it here!",
-- "Attack a chest to open it.",
"Potions of healing and food items can be used by damaged units to heal themselves. Right-click on those items to pick them up.",
"When a unit levels up an exclamation point appears over it, and it can upgrade to a new unit type or learn new abilities."
}

LoadingBarSetTips(tips)
Expand Down
2 changes: 1 addition & 1 deletion scripts/stratagus.lua
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ DebugPrint("Stratagus default config file loading ...\n")
wyrmsun = {}

wyrmsun.Name = "Wyrmsun"
wyrmsun.Version = "1.9.4"
wyrmsun.Version = "1.9.5"
wyrmsun.Homepage = ""
wyrmsun.Licence = "GPL 2.0"
wyrmsun.Copyright = "Copyright (c) 2013-2016 by Andrettin"
Expand Down

0 comments on commit f4ee743

Please sign in to comment.