Decoration and some adjusting

This commit is contained in:
2025-07-30 01:13:35 +02:00
parent a69b40132a
commit 580b5597e2
264 changed files with 5542 additions and 44 deletions

View File

@ -70,7 +70,7 @@ func target_reached() -> void:
target.get_parent().adjust_speed_of_animation()
pass
if name.contains("Magic"):
if randf() < 0.5:
if randf() < 0.1:
target.get_parent().set_progress(max(target.get_parent().get_progress() - 60, 0))
target.get_parent().enemy_hurt(hitpoint)