summaryrefslogtreecommitdiff
path: root/snowbrawl.py
diff options
context:
space:
mode:
authorPanFritz <redstonenoobpan@gmail.com>2015-01-17 04:47:30 +0100
committerPanFritz <redstonenoobpan@gmail.com>2015-01-17 04:47:30 +0100
commiteba2b6731fb8b3f2b291cd40d6fd544aedc7d8fc (patch)
tree3c77704580c17f02e82880d58369f1279b42c48c /snowbrawl.py
parenta18cc32c60bc9a77268a106e589e61ccfada6fa0 (diff)
Fixed, upping snowball damaga
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 3b40ef1..35f558e 100644
--- a/snowbrawl.py
+++ b/snowbrawl.py
@@ -22,7 +22,7 @@ def onHit(event):
print "Not in minigames"
return
print "all good."
- event.getEntity().getWorld().createExplosion(event.getEntity().getLocation(),5)
+ event.getEntity().getWorld().createExplosion(event.getEntity().getLocation(),5.0,False,False)