Method: Gemwarrior::Player#cur_weapon_name
- Defined in:
- lib/gemwarrior/entities/player.rb
#cur_weapon_name ⇒ Object
208 209 210 211 212 213 214 |
# File 'lib/gemwarrior/entities/player.rb', line 208 def cur_weapon_name if has_weapon_equipped? return " with your #{inventory.weapon.name}" else return nil end end |