Fix tnt charging
Dieser Commit ist enthalten in:
Ursprung
5081d1f9a5
Commit
2eb4acf4b9
@ -21,6 +21,7 @@ public class Fireball extends SpecialItem {
|
|||||||
fb.setDirection(p.getLocation().getDirection());
|
fb.setDirection(p.getLocation().getDirection());
|
||||||
p.playSound(p.getLocation(), Sound.ITEM_FIRECHARGE_USE, 100, 1);
|
p.playSound(p.getLocation(), Sound.ITEM_FIRECHARGE_USE, 100, 1);
|
||||||
fb.setIsIncendiary(true);
|
fb.setIsIncendiary(true);
|
||||||
|
fb.setBounce(false);
|
||||||
fb.setYield(3f);
|
fb.setYield(3f);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren