Sha256: 78fd04474801434611372b8c0794844f8f15b8ec7d7e5c4fde4423899c9c79e7
Contents?: true
Size: 571 Bytes
Versions: 48
Compression:
Stored size: 571 Bytes
Contents
# lib/gemwarrior/entities/items/arena_door.rb # Entity::Item::ArenaDoor require_relative '../item' module Gemwarrior class ArenaDoor < Item 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 end end
Version data entries
48 entries across 48 versions & 1 rubygems