mirror of
https://github.com/OMGeeky/andors-trail.git
synced 2026-02-23 15:38:29 +01:00
yup that happened
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
package com.gpl.rpg.AndorsTrail.model.item;
|
||||
|
||||
import android.content.ClipData;
|
||||
|
||||
import com.gpl.rpg.AndorsTrail.context.WorldContext;
|
||||
import com.gpl.rpg.AndorsTrail.model.actor.Player;
|
||||
import com.gpl.rpg.AndorsTrail.savegames.LegacySavegameFormatReaderForItemContainer;
|
||||
@@ -53,7 +52,7 @@ public final class Inventory extends ItemContainer {
|
||||
this.gold += loot.gold;
|
||||
this.add(loot.items);
|
||||
}
|
||||
|
||||
|
||||
public boolean isEmptySlot(WearSlot slot) {
|
||||
return wear[slot.ordinal()] == null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user