Added !bed as special event
This commit is contained in:
parent
0836769fca
commit
e9d5908bc6
|
@ -38,6 +38,10 @@ class SpecialEventData
|
|||
:glitch => SpecialEventData.new(
|
||||
[],
|
||||
[[0, 0], [0, -1]]
|
||||
)
|
||||
),
|
||||
:bed => SpecialEventData.new(
|
||||
[:bottom],
|
||||
[[0, 0], [0, -1]],
|
||||
),
|
||||
}
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue