mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
Fixing an error relating needing to type two characters to get 1 character on non-character cards in VS.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1413 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -5,7 +5,7 @@ installer group: VS System/game files
|
||||
icon: card-back.png
|
||||
position hint: 3
|
||||
|
||||
version: 2009-02-04
|
||||
version: 2009-07-25
|
||||
depends on:
|
||||
package: vs-common.mse-include
|
||||
version: 2009-02-04
|
||||
|
||||
@@ -227,7 +227,7 @@
|
||||
else if is_character() and card.identity!="" then " <sym>•</sym> "
|
||||
else if is_equipment() and card.identity=="" then " "
|
||||
else if is_equipment() and card.identity!="" then " <sym>•</sym> "
|
||||
else ""
|
||||
else " "
|
||||
}
|
||||
|
||||
separator_type := {
|
||||
|
||||
Reference in New Issue
Block a user