Menus overhaul #14

Merged
dkanus merged 30 commits from :somechanges into master 2022-01-23 22:14:51 +03:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 81347335ad - Show all commits

View File

@ -2,7 +2,7 @@
// He's not quite as speedy as the other Zombies, But his attacks are TRULY damaging.
class NiceZombieScrakeBase extends NiceMonster
abstract;
#exec OBJ LOAD FILE=
// #exec OBJ LOAD FILE=
var(Sounds) sound SawAttackLoopSound; // THe sound for the saw revved up, looping
var(Sounds) sound ChainSawOffSound; //The sound of this zombie dieing without a head
var bool bCharging; // Scrake charges when his health gets low

View File

@ -1,7 +1,7 @@
// Zombie Monster for KF Invasion gametype
class NiceZombieStalkerBase extends NiceMonster
abstract;
#exec OBJ LOAD FILE=
// #exec OBJ LOAD FILE=
#exec OBJ LOAD FILE=KFX.utx
#exec OBJ LOAD FILE=KF_BaseStalker.uax
var float NextCheckTime;