Fixes spinning/orbiting

This commit is contained in:
SabreML
2021-09-19 20:13:04 +01:00
parent 8bcd5b8230
commit 45b2cd5266
4 changed files with 4 additions and 4 deletions
@@ -69,7 +69,7 @@ Difficulty: Medium
ranged_cooldown = world.time + ranged_cooldown_time
else
visible_message("<span class='warning'><b>[src] charges!</b></span>")
SpinAnimation(speed = 20, loops = 5, parallel = FALSE)
SpinAnimation(speed = 20, loops = 5)
ranged = 0
retreat_distance = 0
minimum_distance = 0