change ruleset
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
extends BeehaveTree
|
||||
# In bot_behavior.gd
|
||||
|
||||
func _ready():
|
||||
if Engine.is_editor_hint():
|
||||
return
|
||||
@@ -21,4 +21,4 @@ func _ready():
|
||||
# Wait a frame to ensure all nodes are ready
|
||||
await get_tree().process_frame
|
||||
|
||||
enabled = true
|
||||
enabled = parent.is_multiplayer_authority() and parent.is_bot
|
||||
|
||||
Reference in New Issue
Block a user