mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-13 05:57:00 -04:00
Fixing type statistics in Magic - had a minor error.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1502 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -47,14 +47,14 @@ statistics dimension:
|
||||
position hint: 27
|
||||
icon: stats/card_type.png
|
||||
description: The card's supertype, not including types
|
||||
script: remove_type(card.super_type)
|
||||
script: remove_type(to_text(card.super_type))
|
||||
|
||||
statistics dimension:
|
||||
name: type
|
||||
position hint: 28
|
||||
icon: stats/card_type.png
|
||||
description: The card's type, not including supertypes
|
||||
script: remove_supertype(card.super_type)
|
||||
script: remove_supertype(to_text(card.super_type))
|
||||
|
||||
statistics dimension:
|
||||
name: combined type
|
||||
|
||||
Reference in New Issue
Block a user