1234567891011121314151617181920212223242526272829303132 |
- :: butoilet
- <<set $here = 'butoilet'>>
- <<set $ARGS = $location_var[$here]>>
- <<set $loc_arg = $location_var[$here][0]>>
- <<set $loc = 'butoilet'>>
- <<set $locM_arg = $location_var[$here][0]>>
- <<set $locM = 'butoilet'>>
- <<set $location_type = 'bathroom'>>
- <<set $locclass = 'restroom'>>
- <<set $menu_loc = 'butoilet'>>
- <<set $menu_arg = ''>>
- <<set $menu_off = 0>>
- <<set $time.minutes += 5>>
- <h2>WC</h2>
- <<image "locations/shared/bathroom/publictoilet.jpg">>
- <<actCLA 'Leave the toilet'>>
- <<gt 'burger' 'start'>>
- <</actCLA>>
- <<actCLA 'Look in the mirror'>>
- <<gt 'mirror' 'start'>>
- <</actCLA>>
- <<if $pc.pcs_hairbsh < 1>>
- <<actCLA 'Brush your hair'>>
- <<gt 'mirror' 'brush'>>
- <</actCLA>>
- <</if>>
- $inventory.get("tampon")
- <<quickwash>>
- <<basin>>
- <<publicpan>>
|