qwBarPoletToilet 1.2 KB

12345678910111213141516171819202122232425262728293031323334
  1. # qwBarPoletToilet
  2. gs 'stat'
  3. if night_mode = 1:
  4. fcolor = rgb(255, 255, 255)
  5. bcolor = rgb(0, 0, 0)
  6. lcolor = rgb(106, 90, 205)
  7. else
  8. fcolor = rgb(0, 0, 0)
  9. bcolor = rgb(255, 255, 255)
  10. lcolor = rgb(106, 90, 205)
  11. end
  12. if MartinTalkDaystart ! daystart:
  13. MartinTalkDaystart = daystart
  14. MartinTalkDay = 0
  15. end
  16. '<center><b><font color="maroon">Bar "Rabotnik" - Toilet</font></b></center>'
  17. *nl
  18. 'You walk into the unisex toilet, bracing yourself for the absolute worst, but find it surprisingly clean, all things considered.'
  19. '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).'
  20. '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.'
  21. dynamic $basin
  22. dynamic $quickwash
  23. ![Encounters with men who are already in the bathroom? Flirts going sexual here?]
  24. ![Probably no gloryhole - doesn't fit the theme of the location or Martin's personality]
  25. act 'Return to the main room': gt 'qwBarPolet'
  26. --- qwBarPoletToilet ---------------------------------