slightly different stats icons for creature race and class

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1074 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2008-08-06 21:33:06 +00:00
parent 2b3bae9549
commit 04d811c96e
3 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -81,7 +81,7 @@ statistics dimension:
statistics dimension:
name: race
position hint: 32
icon: stats/creature_type.png
icon: stats/creature_race.png
description: Race of creatures and tribal cards
script:
if is_creature(card.super_type) or is_tribal(card.super_type) then
@@ -91,7 +91,7 @@ statistics dimension:
statistics dimension:
name: creature class
position hint: 33
icon: stats/creature_type.png
icon: stats/creature_class.png
description: Class of creature cards
script:
if is_creature(card.super_type) then
Binary file not shown.

After

Width:  |  Height:  |  Size: 672 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 706 B