Method: Gemwarrior::Keystone#initialize

Defined in:
lib/gemwarrior/entities/items/keystone.rb

#initializeKeystone

Returns a new instance of Keystone.



8
9
10
11
12
13
14
15
# File 'lib/gemwarrior/entities/items/keystone.rb', line 8

def initialize
  super

  self.name         = 'keystone'
  self.name_display = 'Keystone'
  self.description  = 'Certainly greater than the sum of its parts, this smallish stone glows faintly and feels slick to the touch.'
  self.takeable     = true
end