Method: Bounty.npc

Defined in:
lib/Olib/bounty.rb

.npcObject



214
215
216
217
# File 'lib/Olib/bounty.rb', line 214

def Bounty.npc
  GameObj.npcs.find { |npc| npc.name =~ NPCS } ||
  GameObj.room_desc.find { |npc| npc.name =~ NPCS }
end