Skip to content

Commit 93eaf76

Browse files
refactor: rename checkFleeStopAction -> checkFleeContinueAction
follow-up to Terasology/Behaviors#104
1 parent c011fab commit 93eaf76

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

assets/behaviors/regularDeer.behavior

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
child:{
88
sequence:[
9-
check_flee_stop,
9+
check_flee_continue,
1010
{lookup: {tree: "Behaviors:flee"}}
1111
]
1212
}

assets/behaviors/speedUp.behavior

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
child:{
88
sequence:[
9-
check_flee_stop,
9+
check_flee_continue,
1010
{lookup: {tree: "Behaviors:flee"}}
1111
]
1212
}

0 commit comments

Comments
 (0)