mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 13:29:54 +00:00
Changed hitbox on smallpool
This commit is contained in:
parent
7c97b71824
commit
ae8e161504
1 changed files with 2 additions and 2 deletions
|
|
@ -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(
|
||||
[],
|
||||
|
|
|
|||
Loading…
Reference in a new issue