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,7 +1,7 @@
// ScrN copy
class NiceFreezeParticlesDirectional extends NiceFreezeParticlesBase;
simulated function Trigger(Actor other, Pawn eventInstigator){
emitters[0].SpawnParticle(1);
emitters[0].SpawnParticle(1);
}
defaultproperties
{

View file

@ -1,8 +1,8 @@
class NiceIceChunkEmitter extends Emitter;
var() array<Sound> ImpactSounds;
simulated function PostBeginPlay(){
if(ImpactSounds.Length > 0)
PlaySound(ImpactSounds[Rand(ImpactSounds.Length)]);
if(ImpactSounds.Length > 0)
PlaySound(ImpactSounds[Rand(ImpactSounds.Length)]);
}
// NICETODO: change linksfrom HTeac_A to NicePackSM (and change that file)
defaultproperties