Browse Source

fix typos

rachels 2 years ago
parent
commit
176bbfc233
3 changed files with 11 additions and 11 deletions
  1. 1 1
      locations/ApperanceSystem.qsrc
  2. 9 9
      locations/city_hotel.qsrc
  3. 1 1
      locations/intro_city.qsrc

+ 1 - 1
locations/ApperanceSystem.qsrc

@@ -12,7 +12,7 @@ if $ARGS[0] = '':
 	!STD check. STD will make appearance automatically -10
 	if Gerpes >= 3 or Sifilis >= 21 or Triper > 2:
 		pcs_apprnc = -10
-	else:
+	else
 		clothingBonus = func($this, 'CalcClothingBonus')
 		accessoriesBonus = func($this, 'CalcAccessoriesBonus', bonusZ, PShoQuality)
 		groomingBonus = func($this, 'CalcGroomingBonus')

+ 9 - 9
locations/city_hotel.qsrc

@@ -46,7 +46,7 @@ if $ARGS[0] = 'start' or $ARGS[0] = '':
 			if hotelRoom['city_hotel'] = 2:gt'hotelroom','better'
 			if hotelRoom['city_hotel'] = 3:gt'hotelroom','best'
 		end
-		
+
 	end
 
 	act 'Go to the reception desk': gt 'city_hotel', 'reception'
@@ -63,7 +63,7 @@ if $ARGS[0] = 'reception':
 	'"How can I help you?" she asks.'
 
 	act 'Go back to the foyer': minut += 1 & gt 'city_hotel', 'start'
-	
+
 	act 'See the room descriptions':
 		cla
 		minut += 1
@@ -108,13 +108,13 @@ if $ARGS[0] = 'reception':
 				'Standard room - 500 <b>₽</b> / night;'
 				'Luxury room - 1500 <b>₽</b> / night;'
 				'and the Royal Suite - 10000 <b>₽</b> / night.'
+
 				act'Standard room':
-					*clr
-					cla
+					*clr & cla
 					hotelRoomDays['city_hotel']=input ("For how long would you like to stay?")
 					totalCost = hotelRoomDays['city_hotel'] * 500
 					if hotelRoomDays['city_hotel'] <= 0:gt'city_hotel'
-					
+
 					if totalCost<=money:
 						money-=totalCost
 						hotelRoom['city_hotel']=3
@@ -125,9 +125,9 @@ if $ARGS[0] = 'reception':
 						msg'You can''t afford to stay in the hotel for that long.'
 						gt'city_hotel'
 					end
-				end		'4. Presidential Suite, our most prized room with all the modern necessities. Free room service included.'
-					*clr
-					cla
+				end
+				act 'Luxury room':
+					*clr & cla
 					hotelRoomDays['city_hotel']=input ("For how long would you like to stay?")
 					totalCost = hotelRoomDays['city_hotel'] * 1500
 					if hotelRoomDays['city_hotel'] <= 0:gt'city_hotel'
@@ -150,7 +150,7 @@ if $ARGS[0] = 'reception':
 					hotelRoomDays['city_hotel']=input ("For how long would you like to stay?")
 					totalCost = hotelRoomDays['city_hotel'] * 10000
 					if hotelRoomDays['city_hotel'] <= 0:gt'city_hotel'
-					
+
 					if totalCost<=money:
 						money-=totalCost
 						hotelRoom['city_hotel']=3

+ 1 - 1
locations/intro_city.qsrc

@@ -154,7 +154,7 @@ if $ARGS[0] = 'anya_intro':
 	act 'Enter the apartment': gt 'intro_city', 'apartment_intro'
 end
 
-if $ARGS[0] = 'apartment_intro'
+if $ARGS[0] = 'apartment_intro':
 	$temp_nickname = input('<center>What name do you address your mother by?<br>Mother (default), Mum, Mom, Mama, etc.</center>')
 	if $temp_nickname ! '':$npc_nickname['A29'] = '<<$temp_nickname>>'
 	killvar '$temp_nickname'