diff --git a/snowbrawl.py b/snowbrawl.py index 97eafaa..df3e022 100644 --- a/snowbrawl.py +++ b/snowbrawl.py @@ -380,7 +380,7 @@ def onHit(event): return entity = event.getEntity() location = entity.getLocation() - entity.getWorld().createExplosion(location.getX(), location.getY(), location.getZ(), float(0.5), False, False) + entity.getWorld().createExplosion(location.getX(), location.getY(), location.getZ(), float(1), False, False) @hook.event("player.PlayerInteractEvent", "high")