File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ procedure Node009;
7878#define SAVE_TILE 14698
7979#define SAVE_TILE1 21282
8080#define BADGER_GIRL_TILE 21082
81- #define SAVE_ME_TILE 15065
81+ #define SAVE_ME_TILE 14664
8282
8383//~~~~~~~~~~~~~~~~ DESIGN TOOL ENDS HERE
8484// The Following lines are for anything that is not needed to be
@@ -106,6 +106,12 @@ procedure combat_p_proc begin
106106 if (local_var(LVAR_Follow_Dude)) then begin
107107 script_overrides;
108108 Follow_Dude(1, 2)
109+ end else if (self_elevation == 1 and fixed_param == COMBAT_SUBTYPE_TURN) then begin
110+ script_overrides;
111+ ndebug("Stays in safe spot");
112+ if (self_tile != SAVE_ME_TILE) then begin
113+ animate_run_to_tile(SAVE_ME_TILE);
114+ end
109115 end
110116end
111117
You can’t perform that action at this time.
0 commit comments