Quick Fix for FPK Boss Round Camera Glitch

This makes it so no pets work on Boss Round.
This commit is contained in:
Josh 2017-10-22 16:24:58 -05:00 committed by GitHub
parent 02eca33d23
commit 6b79616e0f

View File

@ -73,7 +73,7 @@ final function bool HasLiveZeds()
{ {
local KFPawn_Monster M; local KFPawn_Monster M;
if( KFGameReplicationInfo(WorldInfo.GRI).WaveNum>KFGameReplicationInfo(WorldInfo.GRI).WaveMax ) // No pets on possible bonus waves. if( KFGameReplicationInfo(WorldInfo.GRI).WaveNum>=KFGameReplicationInfo(WorldInfo.GRI).WaveMax ) // No pets on possible bonus waves.
return false; return false;
foreach WorldInfo.AllPawns(Class'KFPawn_Monster',M) foreach WorldInfo.AllPawns(Class'KFPawn_Monster',M)