Reduced amount of particles from love doctor morph

This commit is contained in:
LCastr0 2017-02-01 11:37:11 -02:00
parent 048272ef59
commit ea8a4d2786
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ public class LoveDoctorEffect extends Effect
}
for (int i = 0; i < 5; i++){
_fixedLoc.add(_vector);
UtilParticle.PlayParticle(UtilParticle.ParticleType.HEART, _fixedLoc, 0, 0, 0, 0, 2, UtilParticle.ViewDist.LONG);
UtilParticle.PlayParticle(UtilParticle.ParticleType.HEART, _fixedLoc, 0, 0, 0, 0, 1, UtilParticle.ViewDist.LONG);
}
if (_fixedLoc.getBlock().getType() != Material.AIR )
{