Gem lowered on firework/meow

This commit is contained in:
Chiss 2013-11-17 12:31:13 +11:00
parent 0aae7d24ed
commit fff13a14bf

View File

@ -740,7 +740,7 @@ public class HideSeek extends TeamGame
player.getWorld().playSound(player.getLocation(), Sound.CAT_MEOW, 1f, 1f);
this.AddGems(player, 0.5, "Meows", true);
this.AddGems(player, 0.25, "Meows", true);
UtilParticle.PlayParticle(ParticleType.NOTE, player.getLocation().add(0, 0.75, 0), 0.4f, 0.4f, 0.4f, 0, 6);
}
@ -762,7 +762,7 @@ public class HideSeek extends TeamGame
return;
}
this.AddGems(player, 3, "Fireworks", true);
this.AddGems(player, 2, "Fireworks", true);
}
@EventHandler