Various bugfixes in ball.dsc lib and in storyboard_npc_tasks.dsc

This commit is contained in:
Rares Bozga
2025-12-27 13:51:48 +02:00
parent cc904c7137
commit eef232d8c7
5 changed files with 13 additions and 12 deletions

View File

@@ -8,7 +8,7 @@ sports_volleyball_world:
- define ball <context.entity>
- if !<[ball].has_flag[ball]>:
- stop
- if <[ball].type> == armor_stand:
- if <[ball].type> != slime:
- define ball <proc[ball_get].context[<[ball].flag[ball]>]>
- if !<[ball].flag[ball].starts_with[sports_volleyball]>:
- stop