qwBarPoletToilet 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. # qwBarPoletToilet
  2. $metkaM = ''
  3. $locM = 'qwBarPoletToilet'
  4. $metka = ''
  5. $loc = 'qwBarPoletToilet'
  6. gs 'stat'
  7. if night_mode = 1:
  8. fcolor = rgb(255, 255, 255)
  9. bcolor = rgb(0, 0, 0)
  10. lcolor = rgb(106, 90, 205)
  11. else
  12. fcolor = rgb(0, 0, 0)
  13. bcolor = rgb(255, 255, 255)
  14. lcolor = rgb(106, 90, 205)
  15. end
  16. if MartinTalkDaystart ! daystart:
  17. MartinTalkDaystart = daystart
  18. MartinTalkDay = 0
  19. end
  20. '<center><b><font color="maroon">Bar "Rabotnik" - Toilet</font></b></center>'
  21. *nl
  22. 'You walk into the unisex toilet, bracing yourself for the absolute worst, but find it surprisingly clean, all things considered.'
  23. 'The smell of urine is noticeable, but not overwhelming, and both the stalls and the floor look relatively hygienic (so do the urinals, but you''re not really in a position to make use of that insight).'
  24. 'The <a href="exec:gt ''mirror'', ''start''">mirror</a> you see above the sinks has some cracks radiating from one of the corners, but other than that, it''s perfectly usable.'
  25. dynamic $basin
  26. dynamic $quickwash
  27. ![Encounters with men who are already in the bathroom? Flirts going sexual here?]
  28. ![Probably no gloryhole - doesn't fit the theme of the location or Martin's personality]
  29. act 'Return to the main room': gt 'qwBarPolet'
  30. --- qwBarPoletToilet ---------------------------------