1
0
Pārlūkot izejas kodu

[fixes] Typo in Andrey file creating deadend

KevinSmarts 6 gadi atpakaļ
vecāks
revīzija
5135def767
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      locations/andrey.qsrc

+ 1 - 1
locations/andrey.qsrc

@@ -316,7 +316,7 @@ if $ARGS[0] = 'beg':
 			'"Fine, then there''s the door!" Mr. Sobulyagin snaps, clearly upset with your answer.'
 			act 'Leave':gt 'young_shop', 'start'
 		end
-		act 'Agree': gt 'andry', 'rehired'
+		act 'Agree': gt 'andrey', 'rehired'
 	end
 	act 'Leave':gt 'young_shop', 'start'
 end