9 lines
287 B
Ucode
9 lines
287 B
Ucode
// stub KFHumanPawn for hooks
|
|
class stub_Pawn extends KFHumanPawn_Story;
|
|
|
|
|
|
// remove bile effects
|
|
simulated function DoHitCamEffects(vector HitDirection, float JarrScale, float BlurDuration, float JarDurationScale ){}
|
|
|
|
// remove burning effects
|
|
simulated function StartBurnFX(){} |