V0.2.0: Various artifact logic/sprite changes
This commit is contained in:
@@ -93,7 +93,7 @@ public class ItemStatusHandler<T extends Item> {
|
||||
Class<? extends T> item = (Class<? extends T>)(items[i]);
|
||||
String itemName = item.toString();
|
||||
|
||||
if (bundle.contains( itemName + PFX_LABEL ) && Dungeon.version > 3) {
|
||||
if (bundle.contains( itemName + PFX_LABEL ) && Dungeon.version > 4) {
|
||||
|
||||
String label = bundle.getString( itemName + PFX_LABEL );
|
||||
labels.put( item, label );
|
||||
|
||||
Reference in New Issue
Block a user