Browse Source

[fixed] its intel and not int

KevinSmarts 3 years ago
parent
commit
5b1d5598b8
2 changed files with 2 additions and 2 deletions
  1. 1 1
      locations/artemhome.qsrc
  2. 1 1
      locations/qwBarEncounters.qsrc

+ 1 - 1
locations/artemhome.qsrc

@@ -515,7 +515,7 @@ if $ARGS[0] = 'bookshelf':
 			end
 			act 'Not really':
 				cla
-				if pcs_int <= 40:
+				if pcs_intel <= 40:
 					'"It was a bit too complicated." You admit, embarrassed.'
 				else
 					'"It was a bit too bland for me. In the end it just bored me. I could guess at the outcome right at the start, and it turned out I was right."'

+ 1 - 1
locations/qwBarEncounters.qsrc

@@ -212,7 +212,7 @@ if $ARGS[0] = '':
 					end
 				end
 
-				if money < 2500 or pcs_int >= 60 or pcs_persuas >= 60:
+				if money < 2500 or pcs_intel >= 60 or pcs_persuas >= 60:
 					act 'Tell him you don''t have that kind of money':
 						cla
 						PBB_Met = 2