Added !bed as special event
This commit is contained in:
		
							parent
							
								
									0836769fca
								
							
						
					
					
						commit
						e9d5908bc6
					
				
					 1 changed files with 5 additions and 1 deletions
				
			
		| 
						 | 
					@ -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
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue