v0.2.3f: fixed wand recharging something multiplying due to the wand holster
This commit is contained in:
parent
31bd42152e
commit
23c611a13e
|
@ -191,7 +191,7 @@ public abstract class Wand extends KindOfWeapon {
|
|||
};
|
||||
|
||||
public void charge( Char owner ) {
|
||||
(charger = new Charger()).attachTo( owner );
|
||||
if (charger == null) (charger = new Charger()).attachTo( owner );
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue
Block a user