Fixed, upping snowball damage

This commit is contained in:
PanFritz
2015-01-17 04:41:45 +01:00
parent 02d073eb2c
commit a18cc32c60

View File

@@ -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)