summaryrefslogtreecommitdiff
path: root/snowbrawl.py
diff options
context:
space:
mode:
authorPanFritz <redstonenoobpan@gmail.com>2015-01-17 05:13:38 +0100
committerPanFritz <redstonenoobpan@gmail.com>2015-01-17 05:13:38 +0100
commitc6ff9ccfa7b1a0cfee8d2c0dd368d514ecc955b2 (patch)
tree24ae4b67ff57bee73cda14730f3439afed280f61 /snowbrawl.py
parentf9a99aaf0b3b3726eae3fc99b79c9bc7b561593f (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 47f8f48..9d804fe 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(),float(5))
+ event.getEntity().getWorld().createExplosion(event.getEntity().getLocation(),float(5),False,False)