summaryrefslogtreecommitdiff
path: root/snowbrawl.py
diff options
context:
space:
mode:
authorPanFritz <redstonenoobpan@gmail.com>2015-01-17 05:16:28 +0100
committerPanFritz <redstonenoobpan@gmail.com>2015-01-17 05:16:28 +0100
commit194d10b3c2863bc65adb5829bf21e0441ec6451d (patch)
treef62bc2e1e628458c93ada879d5d7b49a9ff70bcb /snowbrawl.py
parentb8df8f8a6bf22a4ef938d6da22450c3410b018a6 (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 69d4790..f5558c4 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.0,True)
+ event.getEntity().getWorld().createExplosion(event.getEntity().getLocation(),5.0,True,True)