v0.3.4: weakness no longer discharges wands
This commit is contained in:
parent
f633105b21
commit
cf6e38b9cf
|
@ -49,7 +49,6 @@ public class Weakness extends FlavourBuff {
|
|||
if (super.attachTo( target )) {
|
||||
Hero hero = (Hero)target;
|
||||
hero.weakened = true;
|
||||
hero.belongings.discharge();
|
||||
|
||||
return true;
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue
Block a user