Bladeren bron

[typo] Add a space before '(' in the 'Flash breasts' actions.

colwyvern 1 jaar geleden
bovenliggende
commit
f129d66805
2 gewijzigde bestanden met toevoegingen van 4 en 4 verwijderingen
  1. 3 3
      locations/gschool_lessons1.qsrc
  2. 1 1
      locations/gschool_lessons3.qsrc

+ 3 - 3
locations/gschool_lessons1.qsrc

@@ -55,7 +55,7 @@ if $ARGS[0] = 'russian':
 		
 		gs 'willpower', 'exhib', 'self', 'medium'
 		if will_cost <= pcs_willpwr:
-			act 'Flash your breasts at Svyatoslav(<<will_cost>> Willpower)':
+			act 'Flash your breasts at Svyatoslav (<<will_cost>> Willpower)':
 				*clr & cla
 				npc_rel['A152'] += 1
 				gs 'willpower', 'exhib', 'self', 'medium'
@@ -611,7 +611,7 @@ if $ARGS[0] = 'geography':
 		
 		gs 'willpower', 'exhib', 'self', 'medium'
 		if will_cost <= pcs_willpwr:
-			act 'Flash your breasts at Artem(<<will_cost>> Willpower)':
+			act 'Flash your breasts at Artem (<<will_cost>> Willpower)':
 				*clr & cla
 				npc_rel['A152'] += 1
 				gs 'willpower', 'exhib', 'self', 'medium'
@@ -1136,7 +1136,7 @@ if $ARGS[0] = 'history':
 		
 		gs 'willpower', 'exhib', 'self', 'medium'
 		if will_cost <= pcs_willpwr:
-			act 'Flash your breasts at Petka(<<will_cost>> Willpower)':
+			act 'Flash your breasts at Petka (<<will_cost>> Willpower)':
 				*clr & cla
 				npc_rel['A152'] += 1
 				gs 'willpower', 'exhib', 'self', 'medium'

+ 1 - 1
locations/gschool_lessons3.qsrc

@@ -1049,7 +1049,7 @@ if $ARGS[0] = 'shop':
 			
 			gs 'willpower', 'exhib', 'self', 'medium'
 			if will_cost <= pcs_willpwr:
-				act 'Flash your breasts at Fedor(<<will_cost>> Willpower)':
+				act 'Flash your breasts at Fedor (<<will_cost>> Willpower)':
 					*clr & cla
 					npc_rel['A152'] += 1
 					gs 'willpower', 'exhib', 'self', 'medium'