Advertisement
Guest User

Untitled

a guest
Feb 18th, 2019
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. custom_require.call(%w[common])
  2.  
  3. class MeditateTenacity
  4. include DRC
  5.  
  6. def initialize
  7. medten
  8. end
  9.  
  10. def medten
  11. bput('sit',['You sit down.'])
  12. bput('meditate tenacity',['and spirit'])
  13. waitrt?
  14. bput('braid my beard',['snaps shut.','Your inner fire lacks the strength to empower such a potent mental activity.'])
  15. bput('stand',['You stand back up.'])
  16. end
  17.  
  18. end
  19.  
  20. MeditateTenacity.new
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement