summaryrefslogtreecommitdiff
path: root/snowbrawl.py
diff options
context:
space:
mode:
authorPanFritz <redstonenoobpan@gmail.com>2015-01-17 04:51:22 +0100
committerPanFritz <redstonenoobpan@gmail.com>2015-01-17 04:51:22 +0100
commitf9a99aaf0b3b3726eae3fc99b79c9bc7b561593f (patch)
treef55581f9238faeffa9ab79687e4b69287d305b21 /snowbrawl.py
parent955e40dc34ebc6166ebf57c24ddca1b34eca452c (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 089f97d..47f8f48 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)
+ event.getEntity().getWorld().createExplosion(event.getEntity().getLocation(),float(5))