Skip to content

Commit

Permalink
The icon of the Gnomish Recruit now has a gray-haired variation
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrettin committed Jan 9, 2016
1 parent 232f68a commit 6a7dfbf
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 0 deletions.
Binary file modified graphics/gnome/icons/gnomish_recruit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,9 @@ https://github.com/Andrettin/Wyrmsun
- Instead of the Chieftain's Hall stats having lower armor for the On the Vanaquisl mission (germanic), the Vana Chieftain's Hall now has the "Frail" and "of Vulnerability" affixes on Easy and Normal difficulties.
- Fixed the AI ally in the Battle of Magetobria quest (teuton), so that it is passive (doesn't train troops and attack the enemy), as it should.

* Units
- The icon of the Gnomish Recruit now has a gray-haired variation (thanks to Leo).

-----------------------------------------------------------------------
- 1.9.6
-----------------------------------------------------------------------
Expand Down
2 changes: 2 additions & 0 deletions scripts/civilizations/gnome/units.lua
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ DefineUnitType("unit-gnomish-recruit", { Name = _("Recruit"),
},
{
"variation-id", "gray-hair",
"icon", "icon-gnomish-recruit-gray-hair",
"layer-file", "hair", "gnome/units/gray_hair_warrior.png",
"item-not-equipped", "unit-hammer",
"item-not-equipped", "unit-mining-pick"
Expand All @@ -141,6 +142,7 @@ DefineUnitType("unit-gnomish-recruit", { Name = _("Recruit"),
},
{
"variation-id", "gray-hair",
"icon", "icon-gnomish-recruit-gray-hair",
"file", "gnome/units/body_warrior_slash.png",
"layer-file", "hair", "gnome/units/gray_hair_warrior_slash.png",
"item-equipped", "unit-hammer",
Expand Down
6 changes: 6 additions & 0 deletions scripts/icons.lua
Original file line number Diff line number Diff line change
Expand Up @@ -975,6 +975,12 @@ DefineIcon({
File = "gnome/icons/gnomish_recruit.png"
})

DefineIcon({
Name = "icon-gnomish-recruit-gray-hair",
Size = {46, 38},
File = "gnome/icons/gnomish_recruit_gray_hair.png"
})

DefineIcon({
Name = "icon-gnomish-herbalist",
Size = {46, 38},
Expand Down

0 comments on commit 6a7dfbf

Please sign in to comment.