We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b629fe9 + 10140ed commit f82d461Copy full SHA for f82d461
1 file changed
scripts_src/sanfran/fcsuze.ssl
@@ -106,6 +106,12 @@ procedure combat_p_proc begin
106
if (local_var(LVAR_Follow_Dude)) then begin
107
script_overrides;
108
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
115
end
116
117
0 commit comments