class Ridge

Ridge class, can't be raised, can build mine, chapel and dragon shrine

Public Class Methods

new(x, y) click to toggle source
Calls superclass method Tile::new
# File lib/demigodGame/Tile.rb, line 60
def initialize(x, y)
  super(x, y)
  @options = [:m, :c, :d]
  @type = 'R'
end