class Gemwarrior::ArenaDoor

Public Class Methods

new() click to toggle source
Calls superclass method Gemwarrior::Item::new
# File lib/gemwarrior/entities/items/arena_door.rb, line 8
def initialize
  super

  self.name         = 'arena_door'
  self.name_display = 'Arena Door'
  self.description  = 'The Arena is massive, with its numerous columns and stone walls stretching to the sky, but its entrance door is no slouch, keeping apace. Made of reinforced granite and impossible to break down, it nevertheless opens for you while battles are in session.'
end