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:
pichoro
2009-07-25 12:52:46 +00:00
parent 667d713db8
commit a34da1949a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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 := {