From a18cc32c60bc9a77268a106e589e61ccfada6fa0 Mon Sep 17 00:00:00 2001 From: PanFritz Date: Sat, 17 Jan 2015 04:41:45 +0100 Subject: Fixed, upping snowball damage --- snowbrawl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'snowbrawl.py') 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) -- cgit v1.2.3