Dartellum

carve - stonw/bone

Sep 30th, 2016
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. if (count % items_per_stock).zero?
  2. dispose("#{info['stock-bone-name']} stack") if count > 0 && spare_stock
  3. if count > 0
  4. go_door
  5. pause 0.5 until Room.current.id
  6. end
  7.  
  8. order_item(info['stock-room'], info['stock-bone-number'])
  9. stow_hands
Add Comment
Please, Sign In to add comment