增强电棍
This commit is contained in:
parent
43e2904b89
commit
7780010a7c
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ public class ElectricBaton extends SwordItem implements EnergyStorageItem {
|
|||
cap.extractEnergy(ENERGY_COST, false);
|
||||
|
||||
if (!target.level().isClientSide) {
|
||||
target.addEffect(new MobEffectInstance(ModMobEffects.SHOCK, 20, 2), attacker);
|
||||
target.addEffect(new MobEffectInstance(ModMobEffects.SHOCK, 30, 2), attacker);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue