Section 6 - Bathrooms
Women's Room is a bathroom. It is southeast of BathroomsEntrance. "Tiny utilitarian bathroom made nicer with paintings of late 1800s vaudeville stars. There's a small sink, toilet and mirror here. The way out is northwest."
Men's Room is a bathroom. It is northeast of BathroomsEntrance. "Tiny utilitarian bathroom made nicer with paintings of late 1800s vaudeville stars. There's a small sink, toilet and mirror here. Way out is southwest."
The description of a sink is "Plain but nice.".
The description of a toilet is "Surprisingly clean.".
hands are a backdrop. It is everywhere.
hands can be clean or dirty. hands are dirty.
The description of hands is "[if hands are clean]Nice and clean[else]Eh, you could use a quick scrub[end if].".
face is a backdrop. It is everywhere.
face can be clean or dirty. face is dirty.
The description of face is "I'm not sure how to look at my own face?".
mirror is a backdrop. it is in Men's Room and Women's Room. The description of mirror is "A simple mirror, dimly illuminated. You see an improviser who [if face is clean]looks freshly scrubbed[else]looks just a tad grimy[end if].".
paintings is a backdrop. It is in Men's Room and Women's Room. The description of paintings is "You zero in on an artful pencil drawing of the 19th century performer [one of]Vance Smith[or]Adolf Pendles[or]Mable Greene[or]Joey Stone[or]Geoffery Chase[or]Gertrude McKing[cycling]".
instead of washing hands:
if player is in a bathroom:
say "You turn on the sink and give your hands a quick scrub.";
now hands are clean;
else:
say "Where?".
instead of washing face:
if player is in a bathroom:
say "You splash some water on your face and scrub up.";
now the face is clean;
else:
say "Where?".
Handwashing is an action applying to one thing.
Carry out handwashing:
try washing hands instead.
Toiletflushing is an action applying to nothing.
Understand "pee" and "poop" and "shit" and "crap" as toiletflushing.
Instead of toiletflushing:
say "Ahhh. That's a relief.".
Before getting off toilet:
say "You wipe up and wash your hands.";
Understand "use [sink]" as handwashing.
Instead of using toilet, try Toiletflushing.