@@ -238,9 +238,6 @@ procedure critter_p_proc begin
238238 if not self_obj then return;
239239 gang_critter_p_proc
240240
241- //display_msg("lara gang count: " + (global_var(GVAR_DEN_GANG_2_COUNT)));
242- // display_msg("tyler gang count: " + (global_var(GVAR_DEN_GANG_1_COUNT)));
243-
244241 //added by killap
245242 if (cur_map_index == MAP_DEN_BUSINESS) then begin
246243 if (gangwar(state_gangwar_in_fight)) then begin
@@ -385,8 +382,7 @@ procedure Node001 begin
385382 set_node_1;
386383 NOption(202, Node006, 004);
387384 NOption(203, Node004, 004);
388- //if ((vic_known(state_vic_known_name) == false) and (vic_free == false)) then begin
389- if (vic_free == false) then begin //edit by killap
385+ if (vic_free == false) then begin
390386 NOption(204, Node003, 004);
391387 end
392388 NOption(205, Node002, -003);
@@ -573,9 +569,8 @@ procedure Node033 begin
573569 floater_rand(540, 544);
574570end
575571procedure Node034 begin
576- floater(550 + dude_is_female); // Seraph: changed "self_is_female" to "dude_is_female". Part of Haenlomal's gang fixes.
577- //self_attack_dude;
578- set_hostile; // replaced the above with this since the script crashes if we attack from dialogue. -killap
572+ floater(550 + dude_is_female);
573+ set_hostile; // replaced self_attack_dude with this since the script crashes if we attack from dialogue. -killap
579574end
580575procedure Node035 begin
581576 set_gave_money(dude_obj);
632627
633628procedure Node041 begin
634629 set_local_var(LVAR_Attack_Tyler_Wait,1);
635- //flush_add_timer_event_sec(self_obj, 8, 2);
636630end
637631
638632procedure Node042 begin
0 commit comments