From fdd568cb1322da903b8fc65bc0df0256535faca5 Mon Sep 17 00:00:00 2001 From: Alexander Batalov Date: Sat, 6 Jan 2024 10:42:10 +0300 Subject: [PATCH] Fix tmp_hostile not being reset --- Fallout2/Fallout1in2/Mapper/source/scripts/02shady/CITIZEN.ssl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Fallout2/Fallout1in2/Mapper/source/scripts/02shady/CITIZEN.ssl b/Fallout2/Fallout1in2/Mapper/source/scripts/02shady/CITIZEN.ssl index fe8d6a658..dcd266dfc 100644 --- a/Fallout2/Fallout1in2/Mapper/source/scripts/02shady/CITIZEN.ssl +++ b/Fallout2/Fallout1in2/Mapper/source/scripts/02shady/CITIZEN.ssl @@ -71,7 +71,7 @@ end procedure critter_p_proc begin variable LVar0 := 0; if (tmp_hostile) then begin - tmp_hostile := 1; + tmp_hostile := 0; attack(dude_obj); end else begin