Nicer hit effect for zaphive.

lights3
Clonkonaut 2015-08-28 16:30:44 +02:00
parent 247c2d3fb4
commit 6ad8471101
1 changed files with 2 additions and 0 deletions

View File

@ -69,6 +69,8 @@ private func Hit2()
// Could be instantly dead
if (zap)
zap->SetEnraged();
Sound("OrganicHit?");
CreateParticle("WoodChip", 0,0, PV_Random(-2,2), -4, PV_Random(36 * 3, 36 * 10), Particles_Straw(), 5);
RemoveObject();
}