From b8df8f8a6bf22a4ef938d6da22450c3410b018a6 Mon Sep 17 00:00:00 2001 From: PanFritz Date: Sat, 17 Jan 2015 05:15:04 +0100 Subject: [PATCH] Fixed, upping snowball damaga --- snowbrawl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snowbrawl.py b/snowbrawl.py index 9d804fe..69d4790 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),False,False) + event.getEntity().getWorld().createExplosion(event.getEntity().getLocation(),5.0,True)