Guest User

Untitled

a guest
May 20th, 2018
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. exp =
  2.     526:5,   2530:5
  3.     528:5,   530:14
  4.     2859:14
  5. bury_bone = (id) ->
  6.     @inventory.remove id, 1
  7.     @skills.prayer.add_exp  exp[id]
  8.     @send_message 'You bury the bones'
  9.     @play_anim 827
  10. exports.entry_point = ->
  11.     @on 'item clicked', (e) =>
  12.         bury_bone e.id
Add Comment
Please, Sign In to add comment