mirror of
https://github.com/JezuzLizard/t6-fastfile-mods.git
synced 2025-06-27 19:57:55 -05:00
Add support for leapers. Add mechz to zm_highrise.
Patch multiple level.zombie_total++ occurences to fix interactions with boss zombies not incrementing their zombie total.
This commit is contained in:
14
zm_ai_pack/clientscripts/mp/zombies/_zm_ai_leaper.csc
Normal file
14
zm_ai_pack/clientscripts/mp/zombies/_zm_ai_leaper.csc
Normal file
@ -0,0 +1,14 @@
|
||||
// T6 GSC SOURCE
|
||||
// Generated by https://github.com/xensik/gsc-tool
|
||||
#include clientscripts\mp\_utility;
|
||||
#include clientscripts\mp\zombies\_zm_utility;
|
||||
|
||||
precache()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
init()
|
||||
{
|
||||
|
||||
}
|
Reference in New Issue
Block a user