summaryrefslogtreecommitdiff
path: root/snowbrawl.py
diff options
context:
space:
mode:
authorPanFritz <redstonenoobpan@gmail.com>2015-01-17 04:41:45 +0100
committerPanFritz <redstonenoobpan@gmail.com>2015-01-17 04:41:45 +0100
commita18cc32c60bc9a77268a106e589e61ccfada6fa0 (patch)
treef0bcdb78f85b820ab776e6d9615f92c4de36494d /snowbrawl.py
parent02d073eb2c8dadc163a4d0f8b1d583919bd1e758 (diff)
Fixed, upping snowball damage
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 9b67f61..3b40ef1 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(),1)
+ event.getEntity().getWorld().createExplosion(event.getEntity().getLocation(),5)