Browse Source

[fixed] old town apartment desk was using bric-a-brac drawer and made a bit of text easier to read.

Kevin_Smarts 2 years ago
parent
commit
5d0277afed
2 changed files with 7 additions and 7 deletions
  1. 1 1
      locations/sitr2x.qsrc
  2. 6 6
      locations/stol.qsrc

+ 1 - 1
locations/sitr2x.qsrc

@@ -28,7 +28,7 @@ gs 'themes', 'indoors'
 
 'luxurious <a href="exec:gt ''divan'',''start''">leather sofa</a>'
 
-'modern <a href="exec:gt ''stol'',''start''">desk</a>'
+'modern <a href="exec:gt ''stol'',''stolPar''">desk</a>'
 
 if obruch > 0:'Your hula hoop stands in a corner.'
 if skak > 0:'Your jump rope is on a shelf.'

+ 6 - 6
locations/stol.qsrc

@@ -86,7 +86,7 @@ if $ARGS[0] = 'start':
 	end
 
 	if stolmoney > 0:
-		act 'Take some money from the desk.':
+		act 'Take some money from the desk':
 			cla
 			stolOUT = input ("How much money do you want to put in your purse? (There is <<stolmoney>> <b>₽</b> here.)")
 
@@ -150,8 +150,8 @@ if $ARGS[0] = 'stolPar':
 	gs 'willpower', 'misc', 'self', iif(grupTipe = 4 and traits['nerd_status'] = 0, 'hard', iif(traits['nerd_status'] > 0, 'easy', 'medium'))
 	if traits['nerd_status'] = 2: will_cost = will_cost / 2
 	if lernHome > 0 and (will_cost <= pcs_willpwr or traits['nerd_status'] = 3):
-		'<br>You have to your homework. Finishing everything will take <<lernHome>> '+iif(lernHome = 1, 'hour.', 'hours.')
-		act 'Do your homework (1:00'+iif(traits['nerd_status'] = 3, '', ' and <<will_cost>> Willpower')+')':
+		'<br>You have homework to do. Finishing everything will take <<lernHome>> '+iif(lernHome = 1, 'hour.', 'hours.')
+		act 'Do some homework (1:00'+iif(traits['nerd_status'] = 3, '', ' and <<will_cost>> Willpower')+')':
 			cla & *clr
 			'<center><img <<$set_imgh>> src="images/locations/shared/apartment/homework.jpg"></center>'
 			minut += 60
@@ -163,15 +163,15 @@ if $ARGS[0] = 'stolPar':
 			gs'stat'
 			if komp = 1:
 				gs 'grades', 'homework', 'school', 'yes', 1, 0, 0
-				'It took you one hour to '+iif(lernHome = 0, 'complete', 'do a part of')+' your homework.'
+				'You spend an hour '+iif(lernHome = 0, 'completing', 'doing part of')+' your homework.'
 			else
 				gs 'grades', 'homework', 'school', 'no', 1, 0, 0
-				'It took you one hour to '+iif(lernHome = 0, 'complete', 'do a part of')+' your homework. The part for computer class is not as good as it could be since you don''t have a computer. You could do your homework at the library at the community center in the future since there is a computer available to use there.'
+				'You spend an hour '+iif(lernHome = 0, 'completing', 'doing part of')+' your homework. The part for computer class is not as good as it could be since you don''t have a computer. You could do your homework at the library at the community center in the future since there is a computer available to use there.'
 			end
 			act 'Continue':gt 'stol', 'stolPar'
 		end
 	elseif lernHome > 0 and will_cost > pcs_willpwr:
-		act 'Do your homework (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+		act 'Do some homework (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
 	end
 	
 	will_cost = will_cost * lernHome