v0.2.2: fixed a wand charging exploit (again)
This commit is contained in:
parent
290bfca157
commit
f26f312dfd
|
@ -151,9 +151,9 @@ public abstract class Wand extends KindOfWeapon {
|
|||
}
|
||||
|
||||
@Override
|
||||
public boolean doUnequip( Hero hero, boolean collect ) {
|
||||
public boolean doUnequip( Hero hero, boolean collect, boolean single ) {
|
||||
onDetach();
|
||||
return super.doUnequip( hero, collect );
|
||||
return super.doUnequip( hero, collect, single );
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue
Block a user