1
0
Quellcode durchsuchen

Fix broken $loc call

pfffbft vor 4 Jahren
Ursprung
Commit
050d611c26
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      locations/hunter_interactions.qsrc

+ 2 - 2
locations/hunter_interactions.qsrc

@@ -1379,7 +1379,7 @@ if $ARGS[0] = 'naked_encounter':
 				gs 'stat'
 				'<center><img <<$set_imgh>> src="images/locations/gadukino/hunters/tkan_cloth.jpg"></center>'
 				'You look around and put on a piece of burlap sack you see... It''s not much, but at least it''s better than nothing.'
-				act'Further': gt $loc
+				act'Further': gt $loc, $loc_arg
 			end
 		end
 
@@ -1481,7 +1481,7 @@ if $ARGS[0] = 'naked_encounter':
 end
 
 ! if $ARGS[0] = 'dance_show':
-	! gt $loc
+	! gt $loc, $loc_arg
 	!TODO: Fill this in
 ! end