Killing Floor

Killing Floor

Medic Alert
4 Comments
Ioj 22 Jul, 2019 @ 9:21am 
Genji: I NEED A HEALING !!!
Dazuz  [author] 20 Jul, 2019 @ 1:43pm 
I don't personally use those mutators, but I've included your fix in the mutator. Doesn't hurt to be as compatible with other mutators as possible.
Essence 20 Jul, 2019 @ 9:38am 
Everything else is good.)
Essence 20 Jul, 2019 @ 9:31am 
I was surprised when I saw this:
KFGameReplicationInfo(Level.Game.GameReplicationInfo).bWaveInProgress != True
Maybe should write like that?
!KFGameReplicationInfo(Level.Game.GameReplicationInfo).bWaveInProgress

And what about compatibility with other mutators?
For example,Server Perks Mut or Scrn Balance?
If mutator for classic servers only, then everything okay
If not, should write like this:
InStr(Caps(string(KFPRI.ClientVeteranSkill.Name)),Caps("VetFieldMedic"))>=0
Instead this:
String(KFPlayerReplicationInfo(C.PlayerReplicationInfo).ClientVeteranSkill) == "KFMod.KFVetFieldMedic"