Browse Source

[fixes] Brackets for instruction used when it should have been chevrons

KevinSmarts 5 years ago
parent
commit
31da33b5b3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      locations/preCSB.qsrc

+ 2 - 2
locations/preCSB.qsrc

@@ -50,7 +50,7 @@ if $ARGS[0] = 'intro_1_straight':
 	*clr & cla
 	csb_bisexual = 0
 	'<center><img <<$set_imgh>> src="images/pre/csb/ivancsb.jpg"></center>'
-	'You protest your innocence. It was just a drunken prank, nothing more. You manage to impress upon your uncle the truth, but he is still furious, more at the damage you are causing [i]his[/i] reputation than anything else. He gives you an ultimatum: undo the damage you have done by proving your masculinity.'
+	'You protest your innocence. It was just a drunken prank, nothing more. You manage to impress upon your uncle the truth, but he is still furious, more at the damage you are causing <i>his</i> reputation than anything else. He gives you an ultimatum: undo the damage you have done by proving your masculinity.'
 	'You have to convince a girl to have sex with you and post pictures by the end of the summer. If you fail, you will be disowned and have to fend for yourself.'
 	
 	act 'Continue': gt 'preCSB', 'intro_2_name'
@@ -67,7 +67,7 @@ if $ARGS[0] = 'intro_1_bi':
 	act 'Continue':
 		*clr & cla
 		'<center><img <<$set_imgh>> src="images/pre/csb/ivancsb.jpg"></center>'
-		'You somehow manage to deceive your uncle. Maybe he believes you, or maybe he just wants to, but he believes that it is only a drunken prank gone wrong. He is still furious, but it is more at the damage you are causing [i]his[/i] reputation than anything else.'
+		'You somehow manage to deceive your uncle. Maybe he believes you, or maybe he just wants to, but he believes that it is only a drunken prank gone wrong. He is still furious, but it is more at the damage you are causing <i>his</i> reputation than anything else.'
 		'He gives you an ultimatum: undo the damage you have done by proving your masculinity. You have to convince a girl to have sex with you and post pictures by the end of the summer. If you fail, you will be disowned and have to fend for yourself.' 
 
 		act 'Continue': gt 'preCSB', 'intro_2_name'