diff --git a/scripts/Contents/Bullets/Volcano.gd b/scripts/Contents/Bullets/Volcano.gd index 162f085..fb840e6 100644 --- a/scripts/Contents/Bullets/Volcano.gd +++ b/scripts/Contents/Bullets/Volcano.gd @@ -10,7 +10,7 @@ var dmg5: float = 0 var splitAngle: float = 10 func spawn(): - animator.speed_scale = launcher.fields[FieldStore.Entity.ATTACK_SPEED] * (1.0 - 0.1) + animator.speed_scale = 0.75 setupCuttable(0.2) func ai(): PresetBulletAI.lockLauncher(self , launcher, true)