Reduced amount of particles from love doctor morph
This commit is contained in:
parent
048272ef59
commit
ea8a4d2786
@ -55,7 +55,7 @@ public class LoveDoctorEffect extends Effect
|
|||||||
}
|
}
|
||||||
for (int i = 0; i < 5; i++){
|
for (int i = 0; i < 5; i++){
|
||||||
_fixedLoc.add(_vector);
|
_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 )
|
if (_fixedLoc.getBlock().getType() != Material.AIR )
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user