Zed fixes #16

Merged
dkanus merged 24 commits from :fpfix into master 2022-03-03 15:43:35 +03:00
Showing only changes of commit ff332c3140 - Show all commits

View File

@ -1,6 +1,12 @@
class NicePack extends Mutator
dependson(NiceStorageServer)
config(NicePack);
#exec OBJ LOAD FILE=NicePackA.ukx
#exec OBJ LOAD FILE=NicePackSM.usx
#exec OBJ LOAD FILE=NicePackSnd.uax
#exec OBJ LOAD FILE=NicePackT.utx
// Should we scale health off all zeds to 6-player level?
var config bool bScaleZedHealth;
// Should we replace all pickups with their Nice versions when available?
@ -157,10 +163,6 @@ function PreBeginPlay()
super.PreBeginPlay();
foreach AllActors(Class'ZombieVolume', ZV)
ZV.MinDistanceToPlayer = minimalSpawnDistance;
AddToPackageMap("NicePackA.ukx");
AddToPackageMap("NicePackSM.usx");
AddToPackageMap("NicePackSnd.uax");
AddToPackageMap("NicePackT.utx");
}
simulated function PostBeginPlay()