v0.3.5a: fixed an equipped boomerang removing items from quickslots when thrown
This commit is contained in:
@@ -119,6 +119,7 @@ public class Boomerang extends MissileWeapon {
|
||||
@Override
|
||||
public void cast( Hero user, int dst ) {
|
||||
throwEquiped = isEquipped( user );
|
||||
if (throwEquiped) Dungeon.quickslot.convertToPlaceholder(this);
|
||||
super.cast( user, dst );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user