Impaler has been implemented. Beta testing begins.
This commit is contained in:
parent
2f4dab1600
commit
9a7f7df063
22 changed files with 756 additions and 50 deletions
|
|
@ -277,7 +277,7 @@ Class TarydiumDebuff : Thinker
|
|||
void BlowUp()
|
||||
{
|
||||
reentrant = true;
|
||||
let b = victim.Spawn("TarydiumExplosion",victim.Vec3Offset(0,0,victim.height/2));
|
||||
let b = victim.Spawn("TarydiumExplosion",victim.Vec3Offset(0,0,victim.default.height/2));
|
||||
b.target = instigator;
|
||||
b.special1 = amount;
|
||||
b.scale *= 1.+min(1.5,amount*0.02);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue