more coal

This commit is contained in:
Cheese 2015-12-14 16:06:49 +11:00
parent f6f04fe256
commit 7f9e5c4ec9

View File

@ -33,7 +33,7 @@ public class ParticleCoalFumes extends ParticleGadget
for(Player p : GetActive())
{
UtilParticle.PlayParticleToAll(ParticleType.LARGE_SMOKE, p.getLocation(), 0.8f, 0, 0.8f, 0, 6, ViewDist.NORMAL);
UtilParticle.PlayParticleToAll(ParticleType.LARGE_SMOKE, p.getLocation(), 0.8f, 0, 0.8f, 0, 12, ViewDist.NORMAL);
}
}