SteamWar/MissileWars
Archiviert
13
0

Fix tnt charging

Dieser Commit ist enthalten in:
Lixfel 2020-07-19 19:11:31 +02:00
Ursprung 5081d1f9a5
Commit 2eb4acf4b9

Datei anzeigen

@ -21,6 +21,7 @@ public class Fireball extends SpecialItem {
fb.setDirection(p.getLocation().getDirection());
p.playSound(p.getLocation(), Sound.ITEM_FIRECHARGE_USE, 100, 1);
fb.setIsIncendiary(true);
fb.setBounce(false);
fb.setYield(3f);
return true;
}