diff --git a/scripts/Data_SpecialEventData.rb b/scripts/Data_SpecialEventData.rb index 01b5033..b1f5ea3 100644 --- a/scripts/Data_SpecialEventData.rb +++ b/scripts/Data_SpecialEventData.rb @@ -38,6 +38,10 @@ class SpecialEventData :glitch => SpecialEventData.new( [], [[0, 0], [0, -1]] - ) + ), + :bed => SpecialEventData.new( + [:bottom], + [[0, 0], [0, -1]], + ), } end