summaryrefslogtreecommitdiff
path: root/npc/sample/monster_controller.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/sample/monster_controller.txt')
-rw-r--r--npc/sample/monster_controller.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/sample/monster_controller.txt b/npc/sample/monster_controller.txt
index 4a8f7211c..a5f84776d 100644
--- a/npc/sample/monster_controller.txt
+++ b/npc/sample/monster_controller.txt
@@ -144,7 +144,7 @@ L_MainMenu:
}
L_AttackMenu:
- switch(select("Walk","Follow","Attack","Stop","Defend","Talk","Emote","Random Walk","Callback","Back","Sit")){
+ switch(select("Walk","Follow","Attack","Stop","Defend","Talk","Emote","Random Walk","Callback","Back")){
case 1: // Walk
set .@src, make_menu();
input .@x;