rachels 3 years ago
parent
commit
a1f8a59de6
2 changed files with 17 additions and 15 deletions
  1. 2 1
      locations/din_van.qsrc
  2. 15 14
      locations/office.qsrc

+ 2 - 1
locations/din_van.qsrc

@@ -331,7 +331,8 @@ $brit = {
 					if pcs_pubes <= 10:
 						$shave_txt1 = 'You do your legs first before lathering up your crotch and taking a razor to the hair growing there. After a few minutes of shaving, you take a moment to inspect yourself, making sure you got every last pube and there isn''t even a bit of stubble hiding in the folds of your crotch somewhere. Satisfied, you rinse yourself off, enjoying the newfound smoothness of your pussy.'
 					else
-						$shave_txt1 = 'You do your legs first before realizing that the stubble growing around your pussy is starting to become irritating and you can''t put it off any longer. Lathering yourself up, you grab your razor and carefully scrape away the rough itchy hairs have been bothering you so.' $shave_txt2 = 'After a few minutes of work, you take a moment to inspect yourself, making sure you got every last pube and there isn''t even a bit of stubble hiding in the folds of your crotch somewhere. Satisfied, you rinse yourself off, smiling in relief that your pussy is smooth once again.'
+						$shave_txt1 = 'You do your legs first before realizing that the stubble growing around your pussy is starting to become irritating and you can''t put it off any longer. Lathering yourself up, you grab your razor and carefully scrape away the rough itchy hairs have been bothering you so.' 
+						$shave_txt2 = 'After a few minutes of work, you take a moment to inspect yourself, making sure you got every last pube and there isn''t even a bit of stubble hiding in the folds of your crotch somewhere. Satisfied, you rinse yourself off, smiling in relief that your pussy is smooth once again.'
 					end
 				else
 					$shave_act = ''

+ 15 - 14
locations/office.qsrc

@@ -116,23 +116,24 @@ if $ARGS[0] = 'work_floor':
 		if $clothingworntype ! 'gm_office':
 			'You are not dressed according to the corporate dress code.'
 		else
-		if hour >= 8 and hour < 17:
-			act 'Resign':
-				*clr & cla
-				menu_off = 1
-				'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/npc/torbica_office.jpg"></center>'
-				'You walk into Mrs Torbica''s office and tell her. "I am resigning."'
-				'"Are you sure?" She asks obviously a little surprised you are quiting.'
-				act 'Yes, I quit.':
+			if hour >= 8 and hour < 17:
+				act 'Resign':
 					*clr & cla
-					minut += 30
-					work = 0
-					workSec = 0
+					menu_off = 1
 					'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/npc/torbica_office.jpg"></center>'
-					'"Yes I am sure." You tender your resignation and then leave.'
-					act 'Leave': minut += 15 & gt 'city_center'
+					'You walk into Mrs Torbica''s office and tell her. "I am resigning."'
+					'"Are you sure?" She asks obviously a little surprised you are quiting.'
+					act 'Yes, I quit.':
+						*clr & cla
+						minut += 30
+						work = 0
+						workSec = 0
+						'<center><img <<$set_imgh>> src="images/locations/city/citycenter/office/npc/torbica_office.jpg"></center>'
+						'"Yes I am sure." You tender your resignation and then leave.'
+						act 'Leave': minut += 15 & gt 'city_center'
+					end
+					act 'Nevermind': gt 'office', 'work_floor'
 				end
-				act 'Nevermind': gt 'office', 'work_floor'
 			end
 		end
 	end