Commit ad43b43a authored by pichoro's avatar pichoro

Fixing an error relating needing to type two characters to get 1 character on...

Fixing an error relating needing to type two characters to get 1 character on non-character cards in VS.
parent ebefbb3b
...@@ -5,7 +5,7 @@ installer group: VS System/game files ...@@ -5,7 +5,7 @@ installer group: VS System/game files
icon: card-back.png icon: card-back.png
position hint: 3 position hint: 3
version: 2009-02-04 version: 2009-07-25
depends on: depends on:
package: vs-common.mse-include package: vs-common.mse-include
version: 2009-02-04 version: 2009-02-04
......
...@@ -227,7 +227,7 @@ ...@@ -227,7 +227,7 @@
else if is_character() and card.identity!="" then " <sym>•</sym> " 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 " "
else if is_equipment() and card.identity!="" then " <sym>•</sym> " else if is_equipment() and card.identity!="" then " <sym>•</sym> "
else "" else " "
} }
separator_type := { separator_type := {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment