Fixed wave simulation estimation

This commit is contained in:
Anuken
2022-05-07 10:45:43 -04:00
parent 8fae99e780
commit 8f2e1163dd
3 changed files with 6 additions and 6 deletions

View File

@@ -217,7 +217,7 @@ public class BulletType extends Content implements Cloneable{
/** Use a negative value to disable homing delay. */
public float homingDelay = -1f;
/** Range of healing bock suppression effect. */
/** Range of healing block suppression effect. */
public float suppressionRange = -1f;
/** Duration of healing block suppression effect. */
public float suppressionDuration = 60f * 8f;