Skip to content

Commit 0105efe

Browse files
committed
Merge branch '2.4_Lite' into bgforge-rpu-24
2 parents e707e1a + 8f875dd commit 0105efe

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

scripts_src/main/obj_dude.ssl

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -259,9 +259,11 @@ end
259259

260260
procedure critter_p_proc begin
261261
if (global_var(GVAR_DUDE_START_SEQ_1) != 0) then begin
262-
if (game_time > global_var(GVAR_DUDE_START_SEQ_1) and not v13_status(FLG_GRUTHAR_DEAD) and cur_map_index != MAP_VAULT_13 and (global_var(GVAR_SCHREBER_DEAD) < 1)) then begin
263-
// Seraph's Code: "added global_var(GVAR_SCHREBER_DEAD) < 1"
264-
ON_VAULT13_SEQ;
262+
if (game_time > global_var(GVAR_DUDE_START_SEQ_1) and not v13_status(FLG_GRUTHAR_DEAD) and cur_map_index != MAP_VAULT_13) then begin
263+
// Seraph's Code: "added global_var(GVAR_SCHREBER_DEAD) < 1"
264+
if (global_var(GVAR_SCHREBER_DEAD) < 1) then begin
265+
ON_VAULT13_SEQ;
266+
end
265267
set_global_var(GVAR_DUDE_START_SEQ_1, 0);
266268
end
267269
end

0 commit comments

Comments
 (0)