From e9d5908bc651c92945537a676ad8aa780396bb8f Mon Sep 17 00:00:00 2001 From: Mathew Date: Fri, 27 Nov 2015 13:51:23 -0500 Subject: [PATCH] Added !bed as special event --- scripts/Data_SpecialEventData.rb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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