瀏覽代碼

[fixed] missing actions in hotel_resep

julzor 5 年之前
父節點
當前提交
7b6cba2047
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      locations/hotel_resep.qsrc

+ 4 - 0
locations/hotel_resep.qsrc

@@ -31,6 +31,7 @@ if $ARGS[0] = '':
 	
 	if hotelcollect > 0:
 		act 'Collect your money':
+			cla
 			hotelcollect = 0
 			money += maidtime * 250
 			'She quickly checks the computer and then gives you <<maidtime*250>> <b>₽</b> for all the shifts you worked in the hotel.'
@@ -41,6 +42,9 @@ if $ARGS[0] = '':
 				'She hesitates for a second.'
 				'"I could write you a referral. He wouldn''t invite you for a job interview without one. But the boss wouldn''t like me referring his maids to another employer. That''s why I require you to pay me 5.000 <b>₽</b> for my troubles. Just look at it as a small fee. Just tell me if you want the job and have the money."'
 				nichHotelReferral = 1
+				act 'Thank her for the offer and step away from the reception desk':gt'HotelHole','skip_resepevent'
+			else
+				act 'Step away from the reception desk':gt'HotelHole','skip_resepevent'
 			end
 		end
 	end