This commit is contained in:
Ryan
2022-05-13 09:48:10 +02:00
committed by GitHub
parent 7b02c2733d
commit eeee4dabf8
2 changed files with 5 additions and 1 deletions

View File

@@ -17,4 +17,7 @@
## 1.18.1-1.1.1-unstable
- fixed weem stacking to 85 (maybe)
- nerfed high effect
- nerfed high effect
## 1.18.1-1.1.2-unstable (incomplete)
- added healing back to high effect with lower amplifier

View File

@@ -25,6 +25,7 @@ public class highStatusEffect extends StatusEffect{
((PlayerEntity) entity).getFallSounds();
((PlayerEntity) entity).disableShield(true);
((PlayerEntity) entity).dismountVehicle();
((PlayerEntity) entity).heal(0 <<< amplifier);
}
}