Changed hitbox on smallpool

This commit is contained in:
mshirt 2016-12-01 18:09:20 -06:00
parent 7c97b71824
commit ae8e161504

View file

@ -20,9 +20,9 @@ class SpecialEventData
[-2, -2], [-1, -2], [0, -2], [1, -2], [2, -2]] #bottom lower
),
:smallpool => SpecialEventData.new(
[:bottom],
[],
[[-1, 0], [0, 0], [1, 0],
[-1, -1], [0, -1], [1, -1]]
[-2, -1],[-1, -1], [0, -1], [1, -1],[2, -1]]
),
:specialpool => SpecialEventData.new(
[],