Make it even funnier
This commit is contained in:
parent
274cc7c817
commit
f3889c88c6
@ -14,13 +14,14 @@ public class GetLuckyRitual extends Ritual {
|
|||||||
addIngredient(Material.GOLD_BLOCK, 3);
|
addIngredient(Material.GOLD_BLOCK, 3);
|
||||||
addIngredient(Material.TNT, 1);
|
addIngredient(Material.TNT, 1);
|
||||||
health = 3;
|
health = 3;
|
||||||
|
lightning = true;
|
||||||
name = "daring";
|
name = "daring";
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void execute(Player caster, Player target, Location location) {
|
public void execute(Player caster, Player target, Location location) {
|
||||||
if (Math.random() < 0.5) {
|
if (Math.random() < 0.5) {
|
||||||
location.getWorld().createExplosion(location, 100);
|
location.getWorld().createExplosion(location, 100F);
|
||||||
} else {
|
} else {
|
||||||
byproducts.add(new ItemStack(Material.GOLD_BLOCK, 16));
|
byproducts.add(new ItemStack(Material.GOLD_BLOCK, 16));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user