Quick Fix for FPK Boss Round Camera Glitch
This makes it so no pets work on Boss Round.
This commit is contained in:
parent
02eca33d23
commit
6b79616e0f
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user