dachaogr0.qsrc 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. # dachaogr0
  2. menu_off = 1
  3. *clr & cla
  4. $location_type = 'secluded'
  5. gs 'stat'
  6. gs 'themes', 'indoors'
  7. '<center><b><font color="maroon">Vegetable</font></b></center>'
  8. '<center><img <<$set_imgh>> src="images/locations/suburban/cottage/burjan.jpg"></center>'
  9. if etoexhib < 11:
  10. 'The entire vegetable garden is overgrown with weeds. Growing any crops here is impossible. It seems the former owners did not care about their garden. You need to find a way how to clean out the weeds.'
  11. elseif etoexhib = 11:
  12. 'The workers are slowly making progress, taking many smoke breaks as they clean the weeds out.'
  13. elseif etoexhib >= 12 and etoexhib < 14:
  14. 'Workers dig up the ground and remove weeds and tree stumps.'
  15. elseif etoexhib = 14 and temp ! daystart:
  16. *clr & cla
  17. gs 'stat'
  18. '<center><b><font color="maroon">Vegetable</font></b></center>'
  19. '<center><img <<$set_imgh>> src="images/locations/suburban/cottage/vspah.jpg"></center>'
  20. 'Your kitchen garden has been plowed, vegetable beds are finished and apple trees have been planted.'
  21. 'The satisfied drunk workers are resting in the shade. For the money they''ve earned they bought alcohol and apparently it helps them to finish faster.'
  22. act 'Pay':gt 'etoexhib', 'pos14'
  23. elseif etoexhib = 15 and temp ! daystart:
  24. *clr & cla
  25. gs 'stat'
  26. '<center><b><font color="maroon">Vegetable</font></b></center>'
  27. '<center><img <<$set_imgh>> src="images/locations/suburban/cottage/vspah.jpg"></center>'
  28. 'Your kitchen garden has been plowed, vegetable beds are finished and apple trees have been planted.'
  29. 'The tired workers are resting in the shade.'
  30. act 'Pay them (3,000 <b>₽</b>)':
  31. *clr & cla
  32. money -= 3000
  33. etoexhib = 16
  34. gs 'stat'
  35. 'You paid the workers 3000 <b>₽</b>.'
  36. act 'To lodge':minut += 15 & gt 'dachamy'
  37. end
  38. if etoexhib = 15 and pcs_horny > 30: act 'Pay with your body':gt 'etoexhib', 'pos13'
  39. end
  40. act 'To lodge':minut += 15 & gt 'dachamy'
  41. --- dachaogr0 ---------------------------------