Browse Source

[fixed] rubles sign added

CroWke 5 years ago
parent
commit
39c6e052da
2 changed files with 5 additions and 5 deletions
  1. 3 3
      locations/nichApartment.qsrc
  2. 2 2
      locations/nichBedroomServant.qsrc

+ 3 - 3
locations/nichApartment.qsrc

@@ -327,12 +327,12 @@ elseif $ARGS[0] = 'hiring':
 	'2. Your job is to clean the apartment, to buy groceries and to pepare breakfast. Sometimes we will have special requests which you are also required to follow.'
 	'3. You have your own bedroom and a personal bathroom. Every other room is your working place only and you will always act and be treated as a maid there.'
 	'4. You will work from Thursday to Tuesday. Once your probations is over Wednesday will be your free day.'
-	'5. Your payment is 10.000 <b>?</b> each month. I will transfer the money to your bank account at the first day of each month.'
+	'5. Your payment is 10.000 <b></b> each month. I will transfer the money to your bank account at the first day of each month.'
 	if day > 24:
-		'Since only a few days of this month remain your first salary will be 2.500 <b>?</b>.'
+		'Since only a few days of this month remain your first salary will be 2.500 <b></b>.'
 		nichSalaryNext = 2500
 	elseif day > 15:
-		'Since you start in the middle of the month your first salary will be 5.000 <b>?</b>.'
+		'Since you start in the middle of the month your first salary will be 5.000 <b></b>.'
 		nichSalaryNext = 5000
 	else
 		nichSalaryNext = 10000

+ 2 - 2
locations/nichBedroomServant.qsrc

@@ -46,7 +46,7 @@ if $ARGS[0] = '' or $ARGS[0] = 'start' or $ARGS[0] = 'return':
 
 	if nichSalaryOutstanding > 0:
 		*nl
-		'On top of your desk lies your paycheck over <<nichSalaryOutstanding>> <b>?</b>(<a href="exec:gt ''nichBedroomServant'', ''redeemSalary''">redeem</a>).'
+		'On top of your desk lies your paycheck over <<nichSalaryOutstanding>> <b></b>(<a href="exec:gt ''nichBedroomServant'', ''redeemSalary''">redeem</a>).'
 	end
 	
 	act 'Go to the hallway':
@@ -192,7 +192,7 @@ elseif $ARGS[0] = 'redeemSalary':
 	*clr & cla
 	karta += nichSalaryOutstanding
 	nichSalaryOutstanding = 0
-	'Your salary of <<nichSalaryOutstanding>> <b>?</b> is transferred to your bank account.'
+	'Your salary of <<nichSalaryOutstanding>> <b></b> is transferred to your bank account.'
 	act 'Back': gt 'nichBedroomServant', 'return'
 
 elseif $ARGS[0] = 'sleepEvents':