Completed Chainsaw. Added some extra visual effects. Made various particle effects actor-based.

Removed key replacement classes, turns out this breaks maps.
This commit is contained in:
Marisa the Magician 2018-05-26 20:44:31 +02:00
commit eb6c8e1c35
190 changed files with 831 additions and 166 deletions

View file

@ -44,7 +44,7 @@ Class DamageAmpLight : DynamicLight
Destroy();
return;
}
SetOrigin(target.pos+(0,0,target.height*0.5),true);
SetOrigin(target.pos,true);
args[LIGHT_INTENSITY] = Random[ASMD](10,12)*8;
bDORMANT = Powerup(master).isBlinking();
}