瀏覽代碼

It turns out that a laser is not a precision implement.

KevinSmarts 8 年之前
父節點
當前提交
6173d25bf9
共有 2 個文件被更改,包括 4 次插入1 次删除
  1. 2 0
      locations/Pavcomercial
  2. 2 1
      locations/Pavresident

+ 2 - 0
locations/Pavcomercial

@@ -90,6 +90,8 @@ if hour >= 8 and hour <= 20:'There is a big chain <a href="exec:gt ''shop'', ''s
 
 if workPTU > 2:act '<b>Go to the hostel</b>':gt 'etoexhib', 'pos40'
 
+act 'Go to the residential area':minut += 5 & gt 'Pavresident'
+
 act 'Wait':
 	cla
 	waiting = input ("How long would you like to wait? (Not more than 120 minutes)")

+ 2 - 1
locations/Pavresident

@@ -144,6 +144,7 @@ else
 	if st_count > 0 :'<TABLE BORDER=1><<$show_table>></TR></TABLE>'
 end
 
+act 'Go to the high street':minut += 5 & gt 'Pavcomercial'
 
 act 'Wait':
 	cla
@@ -200,5 +201,5 @@ end
 
 if rand (0,2) ! 0:gs 'din_bad' & dynamic $mobile_check
 
---- gorodok ---------------------------------
+--- Pavresident ---------------------------------