tabs -> x4 spaces

This commit is contained in:
Shtoyan 2022-01-21 00:54:24 +04:00
commit 429a95b863
8 changed files with 141 additions and 141 deletions

View file

@ -1,5 +1,5 @@
class NiceDamTypePoundCrushed extends NiceZedMeleeDamageType
abstract;
abstract;
defaultproperties
{
DeathString="%o was pounded by %k."

View file

@ -16,8 +16,8 @@
class NiceMonsterController extends KFMonsterController;
// Just reset threat assesment flag, since it's not used in NicePack
function PostBeginPlay(){
super.PostBeginPlay();
bUseThreatAssessment = true;
super.PostBeginPlay();
bUseThreatAssessment = true;
}
event bool NotifyBump(Actor other){
local Pawn otherPawn;