Browse Source

[fixed] Should have been gs not gt

Kevin_Smarts 1 year ago
parent
commit
460016dfd2
1 changed files with 4 additions and 4 deletions
  1. 4 4
      locations/igorhome.qsrc

+ 4 - 4
locations/igorhome.qsrc

@@ -469,15 +469,15 @@ if $ARGS[0] = 'livingroom':
 		'You see Igor''s father Gemorgen is in the living room watching tv. He is well dressed and not bad looking, you don''t think he has noticed you yet.'
 		if Igor_with = 0:
 			if hotcat > 5:
-				gt 'igorhome', 'livingroom1'
+				gs 'igorhome', 'livingroom1'
 			else
-				gt 'igorhome', 'livingroom2'
+				gs 'igorhome', 'livingroom2'
 			end
 		else
 			if hotcat > 5:
-				gt 'igorhome', 'livingroom3'
+				gs 'igorhome', 'livingroom3'
 			else
-				gt 'igorhome', 'livingroom4'
+				gs 'igorhome', 'livingroom4'
 			end
 		end
 	else