Browse Source

[fixed] people working as a masseuse without having a certificate
[changed] an arg name to be more appropriate

hornguy6 3 năm trước cách đây
mục cha
commit
459267ca3f
1 tập tin đã thay đổi với 18 bổ sung11 xóa
  1. 18 11
      locations/salon.qsrc

+ 18 - 11
locations/salon.qsrc

@@ -233,11 +233,18 @@ if $ARGS[0] = 'job_offer':
 		cla & *clr
 		'<center><img <<$set_imgh>> src="images/locations/city/citycenter/mall/salon/xian.jpg"></center>'
 		'"Okay, that all sounds fine."'
-		'"Good," she flicks out a piece of paper and a pen. "This is your employee contract. Just sign there at the bottom and I''ll give you a quick orientation."'
-		act'Sign':
+		'"Great!" she says. "And are you a certified massage therapist?"'
+		if masseuse['certification'] >= 10:
 			masseuse['jobtype'] = 1
 			masseuse['hourly'] = 100
-			gt'salon','masseuse_orientation'
+			'"Yes I am."'
+			'"Okay, can I see your certificate?" You pull out the paper that certifies you as a massage therapist."
+			"Great. I''ll just get your contract set up for you," she says, typing something out on her computer.'
+			act'Next':gt'salon','part_time_full_time'
+		else
+			'"No..."'
+			'"Sorry, but we need you to have one of those to work here. If you''re still interested, they offer a 10 session course at the community center in the industrial area."'
+			act'Leave':gt'salon','start'
 		end
 	end
 end
@@ -269,7 +276,7 @@ if $ARGS[0] = 'whore_offer':
 				'"Yes I am."'
 				'"Okay, can I see your certificate?" You pull out the paper that certifies you as a massage therapist."
 				"Great. I''ll just get your contract set up for you," she says, typing something out on her computer.'
-				act'Next':gt'salon','whore_offer3'
+				act'Next':gt'salon','part_time_full_time'
 			else
 				'"No..."'
 				'"Sorry, but we need you to have one of those to work here. If you''re still interested, they offer a 10 session course at the community center in the industrial area."'
@@ -323,7 +330,7 @@ if $ARGS[0] = 'whore_offer2':
 				'"Yes I am."'
 				'"Okay, can I see your certificate?" You pull out the paper that certifies you as a massage therapist."'
 				'"Great. I''ll just get your contract set up for you," she says, typing something out on her computer.'
-				act'Next':gt'salon','whore_offer3'
+				act'Next':gt'salon','part_time_full_time'
 			else
 				'"No..."'
 				'"Sorry, but we need you to have one of those to work here. If you''re still interested, they offer a 10 session course at the community center in the industrial area."'
@@ -343,7 +350,7 @@ if $ARGS[0] = 'whore_offer2':
 			'"Yes I am."'
 			'"Okay, can I see your certificate?" You pull out the paper that certifies you as a massage therapist."'
 			'"Great. I''ll just get your contract set up for you," she says, typing something out on her computer.'
-			act'Next':gt'salon','whore_offer3'
+			act'Next':gt'salon','part_time_full_time'
 		else
 			'"No..."'
 			'"Sorry, but we need you to have one of those to work here. If you''re still interested, they offer a 10 session course at the community center in the industrial area."'
@@ -362,7 +369,7 @@ if $ARGS[0] = 'whore_offer2':
 			'"Yes I am."'
 			'"Okay, can I see your certificate?" You pull out the paper that certifies you as a massage therapist."'
 			'"Great. I''ll just get your contract set up for you," she says, typing something out on her computer.'
-			act'Next':gt'salon','whore_offer3'
+			act'Next':gt'salon','part_time_full_time'
 		else
 			'"What? No?"'
 			'"Sorry, but we need you to have one of those to work here."'
@@ -383,7 +390,7 @@ if $ARGS[0] = 'whore_offer2':
 			'"Yes I am."'
 			'"Okay, can I see your certificate?" You pull out the paper that certifies you as a massage therapist."'
 			'"Great. I''ll just get your contract set up for you," she says, typing something out on her computer.'
-			act'Next':gt'salon','whore_offer3'
+			act'Next':gt'salon','part_time_full_time'
 		else
 			'"What? No?"'
 			'"Sorry, but we need you to have one of those to work here."'
@@ -404,7 +411,7 @@ if $ARGS[0] = 'whore_offer2':
 			'"Yes I am."'
 			'"Okay, can I see your certificate?" You pull out the paper that certifies you as a massage therapist."'
 			'"Great. I''ll just get your contract set up for you," she says, typing something out on her computer.'
-			act'Next':gt'salon','whore_offer3'
+			act'Next':gt'salon','part_time_full_time'
 		else
 			'"What? No?"'
 			'"Sorry, but we need you to have one of those to work here."'
@@ -425,7 +432,7 @@ if $ARGS[0] = 'whore_offer2':
 			'"Yes I am."'
 			'"Okay, can I see your certificate?" You pull out the paper that certifies you as a massage therapist."'
 			'"Great. I''ll just get your contract set up for you," she says, typing something out on her computer.'
-			act'Next':gt'salon','whore_offer3'
+			act'Next':gt'salon','part_time_full_time'
 		else
 			'"What? No?"'
 			'"Sorry, but we need you to have one of those to work here."'
@@ -436,7 +443,7 @@ if $ARGS[0] = 'whore_offer2':
 	end
 end
 
-if $ARGS[0] = 'whore_offer3':
+if $ARGS[0] = 'part_time_full_time':
 	cla & *clr
 	'<center><img <<$set_imgh>> src="images/locations/city/citycenter/mall/salon/xian.jpg"></center>'
 	'"And were you looking to be a full timer or a part timer? As a reminder, full timers are expected to work 10 shifts a week, part timers work 5. Full timers also get priority on available shifts."'