summaryrefslogtreecommitdiff
path: root/snowbrawl.py
diff options
context:
space:
mode:
authorPanFritz <redstonenoobpan@gmail.com>2015-01-17 05:30:15 +0100
committerPanFritz <redstonenoobpan@gmail.com>2015-01-17 05:30:15 +0100
commit3bcfe42d6564e6b3280b65039ac5b498f0007f2f (patch)
tree647fc495bab201090bc4cef9b10849db679baaaf /snowbrawl.py
parentebe7b433ac0235b52be554796332ab92d6c1d2a7 (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 911dd16..8b48adc 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().getX(), event.getEntity().getLocation().getY(),event.getEntity().getLocation().getZ(),5.0,False,True)
+ event.getEntity().getWorld().createExplosion(event.getEntity().getLocation().getX(), event.getEntity().getLocation().getY(),event.getEntity().getLocation().getZ(),5F,False,True)