Fix Male Assassin unable to use the Sniper Rifle.
Partially fixed the Stukabat being unable to move when target is unreachable. Removed zombie/gonome bullet resistance. Add Global Model Replacement and Global Sound Replacement. Update Tier milestones.
This commit is contained in:
@@ -937,8 +937,8 @@ void CMHGrunt :: Precache()
|
||||
else
|
||||
m_voicePitch = 100;
|
||||
|
||||
m_iBrassShell = PRECACHE_MODEL ("models/shell.mdl");// brass shell
|
||||
m_iShotgunShell = PRECACHE_MODEL ("models/shotgunshell.mdl");
|
||||
m_iBrassShell = PRECACHE_MODELINDEX("models/shell.mdl");// brass shell
|
||||
m_iShotgunShell = PRECACHE_MODELINDEX("models/shotgunshell.mdl");
|
||||
}
|
||||
|
||||
//=========================================================
|
||||
|
||||
Reference in New Issue
Block a user