Sha256: be70478fe10666eca6b1698d8ada60ff6044b36c0cae49df4fd987c6c18cc9c7
Contents?: true
Size: 430 Bytes
Versions: 36
Compression:
Stored size: 430 Bytes
Contents
# lib/gemwarrior/entities/items/feather.rb # Entity::Item::Feather require_relative '../item' module Gemwarrior class Feather < Item def initialize super self.name = 'feather' self.name_display = 'Feather' self.description = 'A blue and green feather. It is soft and tender, unlike the craven bird that probably shed it.' self.takeable = true end end end
Version data entries
36 entries across 36 versions & 1 rubygems