Gem lowered on firework/meow
This commit is contained in:
parent
0aae7d24ed
commit
fff13a14bf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user