Method: Gemwarrior::Gun#use

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

#use(player = nil) ⇒ Object



19
20
21
22
# File 'lib/gemwarrior/entities/items/gun.rb', line 19

def use(player = nil)
  puts 'You pull the trigger on the gun, but realize there are no bullets in it. So, it does not do much except cause a barely audible *click* sound.'
  {:type => nil, :data => nil}
end