Class: Gemwarrior::Boss
- Defined in:
- lib/gemwarrior/entities/boss.rb
Instance Attribute Summary collapse
-
#win_text ⇒ Object
readonly
Returns the value of attribute win_text.
Attributes inherited from Monster
Attributes inherited from Creature
#atk_hi, #atk_lo, #defense, #dexterity, #face, #hands, #hp_cur, #hp_max, #inventory, #level, #mood, #rox, #xp
Attributes inherited from Entity
Method Summary
Methods inherited from Monster
Methods inherited from Entity
Instance Attribute Details
#win_text ⇒ Object (readonly)
Returns the value of attribute win_text.
8 9 10 |
# File 'lib/gemwarrior/entities/boss.rb', line 8 def win_text @win_text end |