tabs -> x4 spaces
This commit is contained in:
parent
0f98b8f6ea
commit
429a95b863
8 changed files with 141 additions and 141 deletions
|
|
@ -1,5 +1,5 @@
|
|||
class NiceDamTypePoundCrushed extends NiceZedMeleeDamageType
|
||||
abstract;
|
||||
abstract;
|
||||
defaultproperties
|
||||
{
|
||||
DeathString="%o was pounded by %k."
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue