mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-11 21:27:01 -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:
@@ -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