Added !bed as special event

This commit is contained in:
Mathew 2015-11-27 13:51:23 -05:00 committed by Mathew Velasquez
parent 0836769fca
commit e9d5908bc6
1 changed files with 5 additions and 1 deletions

View File

@ -38,6 +38,10 @@ class SpecialEventData
:glitch => SpecialEventData.new( :glitch => SpecialEventData.new(
[], [],
[[0, 0], [0, -1]] [[0, 0], [0, -1]]
) ),
:bed => SpecialEventData.new(
[:bottom],
[[0, 0], [0, -1]],
),
} }
end end