commented empty exec calls

This commit is contained in:
Shtoyan 2022-01-23 04:28:03 +04:00
parent f6279ef65a
commit 81347335ad
2 changed files with 2 additions and 2 deletions

View File

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

View File

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