Commented out dev blocks...

In zm_transit_grief_farm.gsc, and zm_transit_grief_station.gsc.
This commit is contained in:
JezuzLizard
2020-12-19 13:06:22 -08:00
parent 5b1ee43e36
commit 015be4fca3
2 changed files with 4 additions and 0 deletions

View File

@ -40,9 +40,11 @@ main() //checked matches cerberus output
wait_network_frame(); wait_network_frame();
level notify( "sleight_on" ); level notify( "sleight_on" );
wait_network_frame(); wait_network_frame();
/*
/# /#
level thread maps/mp/gametypes_zm/zmeat::spawn_level_meat_manager(); level thread maps/mp/gametypes_zm/zmeat::spawn_level_meat_manager();
#/ #/
*/
} }
init_standard_farm() //checked partially changed to match cerberus output see info.md No. 1, No. 2 init_standard_farm() //checked partially changed to match cerberus output see info.md No. 1, No. 2

View File

@ -37,9 +37,11 @@ main() //checked changed to match cerberus output
} }
level thread maps/mp/zombies/_zm_perks::perk_machine_removal( "specialty_quickrevive", "p_glo_tools_chest_tall" ); level thread maps/mp/zombies/_zm_perks::perk_machine_removal( "specialty_quickrevive", "p_glo_tools_chest_tall" );
maps/mp/zombies/_zm_game_module::turn_power_on_and_open_doors(); maps/mp/zombies/_zm_game_module::turn_power_on_and_open_doors();
/*
/# /#
level thread maps/mp/gametypes_zm/zmeat::spawn_level_meat_manager(); level thread maps/mp/gametypes_zm/zmeat::spawn_level_meat_manager();
#/ #/
*/
} }
enemy_location_override( zombie, enemy ) //checked matches cerberus output enemy_location_override( zombie, enemy ) //checked matches cerberus output