|
@@ -66,13 +66,13 @@ if $ARGS[0] = 'table':
|
|
|
act 'Get up from the table':gt 'city_kafe', 'start'
|
|
|
|
|
|
act 'Order from the menu (0:05)':gs 'food_menu'
|
|
|
- if kafe_food < (pcs_ate + pcs_drank):
|
|
|
- if rand(1, 10) > 5:
|
|
|
- gs 'boy'
|
|
|
- 'A man comes over to your table <<$boybody>> <<$boybod>> <<$boyface>> introducing himself as <<$boydesc>>.'
|
|
|
- xgt 'city_kafe', 'razvod'
|
|
|
- end
|
|
|
- end
|
|
|
+ !!if kafe_food < (pcs_ate + pcs_drank):
|
|
|
+ !! if rand(1, 10) > 5:
|
|
|
+ !! gs 'boy'
|
|
|
+ !! 'A man comes over to your table <<$boybody>> <<$boybod>> <<$boyface>> introducing himself as <<$boydesc>>.'
|
|
|
+ !! xgt 'city_kafe', 'razvod'
|
|
|
+ !! end
|
|
|
+ !!end
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'fabi2':
|
|
@@ -290,7 +290,6 @@ end
|
|
|
if $ARGS[0] = 'lunch':
|
|
|
$location_type = 'event'
|
|
|
*clr & cla
|
|
|
-
|
|
|
'<center><b><font color="maroon">The Roadhouse</font></b></center>'
|
|
|
'<center><img <<$set_imgh>> src="images/locations/city/residential/cafe/kafe.jpg"></center>'
|
|
|
'Your break time comes, giving you a chance to sit down, eat some food, talk to your coworkers, and maybe go to the bathroom.'
|