Skip to content

Commit 60e2ea1

Browse files
committed
Merge branch '2.4_Lite' into BGforge_RPU24
2 parents 6a6834a + 672fb5d commit 60e2ea1

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

data/maps/sftanker.map

144 Bytes
Binary file not shown.

scripts_src/sanfran/fcsuze.ssl

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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
110116
end
111117

0 commit comments

Comments
 (0)