summaryrefslogtreecommitdiff
path: root/snowbrawl.py
diff options
context:
space:
mode:
Diffstat (limited to 'snowbrawl.py')
-rw-r--r--snowbrawl.py2
1 files changed, 1 insertions, 1 deletions
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")