Convert tokens to script

This commit is contained in:
tehdiplomat
2018-09-21 22:49:39 -04:00
parent 07e43131c2
commit 744c766852
15 changed files with 26 additions and 13 deletions

View File

@@ -137,6 +137,6 @@ public class PaperToken implements InventoryItemFromSet, IPaperCard {
@Override
public String getImageKey(boolean altState) {
return ImageKeys.TOKEN_PREFIX + imageFileName;
return ImageKeys.TOKEN_PREFIX + imageFileName.replace(" ", "_");
}
}