Merge pull request #17 from INSANEMODE/INSANEMODE-highrise-patch-1

Update zm_highrise.gsc
This commit is contained in:
JezuzLizard 2020-08-13 14:48:14 -04:00 committed by GitHub
commit d412ca210e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -179,12 +179,12 @@ main() //checked changed to match cerberus output
level._zombie_custom_add_weapons = ::custom_add_weapons;
level._allow_melee_weapon_switching = 1;
level.custom_ai_type = [];
level.custom_ai_type[ level.custom_ai_type.size ] = ::maps/mp/zombies/_zm_ai_leaper::init;
level.custom_ai_type[ level.custom_ai_type.size ] = maps/mp/zombies/_zm_ai_leaper::init; //remove unneeded :: before filepath. makes map fail to launch due to not being able to find _zm_ai_leaper
include_weapons();
include_powerups();
include_equipment_for_level();
init_level_specific_wall_buy_fx();
level.special_weapon_magicbox_check = ::highrise_special_weapon_magicbox_check;
// level.special_weapon_magicbox_check = ::highrise_special_weapon_magicbox_check; //no function highrise_special_weapon_magicbox_check found. makes map fail to launch due to unresolved external error.
level.melee_anim_state = ::melee_anim_state;
level.pandora_fx_func = ::zm_highrise_pandora_fx_func;
maps/mp/zm_highrise_elevators::init_elevator_perks();