Skip to content

Commit

Permalink
mild cleanup, sync with upu ref BGforgeNet/Fallout2_Unofficial_Patch#108
Browse files Browse the repository at this point in the history
  • Loading branch information
burner1024 committed Feb 22, 2024
1 parent 43e9fdf commit 759a9fe
Showing 1 changed file with 1 addition and 23 deletions.
24 changes: 1 addition & 23 deletions scripts_src/gecko/gcbrain.ssl
Original file line number Diff line number Diff line change
Expand Up @@ -523,10 +523,6 @@ procedure Node003 begin
Reply(600);
NOption(604,Node030,004);
end
//added by killap - expansion
//if ( (town_known(AREA_VAULT_VILLAGE) == MARK_STATE_VISITED) and (global_var(GVAR_VAULT_SERVANT) < SERVANT_FINISHED_DIPLOMATIC) and ( (global_var(GVAR_QUEST_VAULT_VILLAGE) >= VILLAGE_QUEST_GET_GUNS) and (global_var(GVAR_QUEST_VAULT_VILLAGE) < VILLAGE_QUEST_DELIVERED_GUNS) ) ) then
// NOption(706,Node046,004);
//end added
NOption(610,Node999,004);
end

Expand Down Expand Up @@ -669,31 +665,16 @@ procedure Node013 begin
//end

end
//moved up by killap
//else if (global_var(GVAR_VAULT_GECKO_PLANT) == 0) then begin
else if ( (local_var(LVAR_Herebefore) == 0) or (global_var(GVAR_VAULT_GECKO_PLANT) == 0) ) then begin
set_local_var(LVAR_Herebefore,1);
Reply(630); //The actions I propose...
NOption(635,Node030,004);
end
//end move
//else if (global_var(GVAR_VAULT_GECKO_PLANT) == PLANT_NEED_PART) then begin
else if (global_var(GVAR_VAULT_GECKO_PLANT) < PLANT_REPAIRED) then begin //edit by killap
Reply(633); //Our Atomic Reactor needs a part...
NOption(638,Node041,004);
end


//COMMENT OUT BY KILLAP -- lets see what this does
/*else if (global_var(GVAR_VAULT_GECKO_PLANT) < PLANT_REPAIRED) then begin
Reply(611);
end
if (global_var(GVAR_GECKO_ANKH) != ANKH_GIVEN) then
NOption(232,Node016,004);
if (global_var(GVAR_VAULT_GECKO_PLANT) < PLANT_NEED_PART) then//RECENT CHANGE TO FIX BRAIN
NOption(234,Node026,004);
NOption(233,Node999,004);*/

giq_option(4, SCRIPT_GCBRAIN, 232, Node016, NEUTRAL_REACTION);
giq_option(4, SCRIPT_GCBRAIN, 233, Node999, NEUTRAL_REACTION);
if (global_var(GVAR_VAULT_GECKO_PLANT) < 5) then
Expand Down Expand Up @@ -757,10 +738,7 @@ procedure Node017 begin
Reply(270);
NOption(654,Node030,004);
end
// Reply(270);
// NOption(271,Node015,004); comment out by killap - should not ask this yet.
if (local_var(LVAR_brain_friend) == 0) then
NOption(272,Node999,004);
NOption(272,Node999,004);
end

procedure Node018 begin
Expand Down

0 comments on commit 759a9fe

Please sign in to comment.