Browse Source

[fixes] Bad links in the last commit

KevinSmarts 5 years ago
parent
commit
923db00b84
2 changed files with 8 additions and 8 deletions
  1. 4 4
      locations/bras.qsrc
  2. 4 4
      locations/panties.qsrc

+ 4 - 4
locations/bras.qsrc

@@ -186,13 +186,13 @@ if $ARGS[0] = 'view_bra_item':
 			end	
 		end
 		if $ARGS[1] ! 'store':
-			act 'Move to storage': gt 'bras', 'dest1', $ARGS[0], $ARGS[1], ARGS[2]
+			act 'Move to storage': gt 'bras', 'dest1', $ARGS[1], $ARGS[2], ARGS[3]
 		end
 		if $ARGS[1] ! 'unwanted':
-			act 'Move to unwanted': gt 'bras', 'dest2', $ARGS[0], $ARGS[1], ARGS[2]
+			act 'Move to unwanted': gt 'bras', 'dest2', $ARGS[1], $ARGS[2], ARGS[3]
 		end
-		if $ARGS[1] ! 'store':
-			act 'Move to wardrobe': gt 'bras', 'dest0', $ARGS[0], $ARGS[1], ARGS[2]
+		if $ARGS[1] ! 'wardrobe':
+			act 'Move to wardrobe': gt 'bras', 'dest0', $ARGS[1], $ARGS[2], ARGS[3]
 		end
 	end
 end

+ 4 - 4
locations/panties.qsrc

@@ -186,13 +186,13 @@ if $ARGS[0] = 'view_panty_item':
 			end
 		end
 		if $ARGS[1] ! 'store':
-			act 'Move to storage': gt 'panties', 'dest1', $ARGS[0], $ARGS[1], ARGS[2]
+			act 'Move to storage': gt 'panties', 'dest1', $ARGS[1], $ARGS[2], ARGS[3]
 		end
 		if $ARGS[1] ! 'unwanted':
-			act 'Move to unwanted': gt 'panties', 'dest2', $ARGS[0], $ARGS[1], ARGS[2]
+			act 'Move to unwanted': gt 'panties', 'dest2', $ARGS[1], $ARGS[2], ARGS[3]
 		end
-		if $ARGS[1] ! 'store':
-			act 'Move to wardrobe': gt 'panties', 'dest0', $ARGS[0], $ARGS[1], ARGS[2]
+		if $ARGS[1] ! 'wardrobe':
+			act 'Move to wardrobe': gt 'panties', 'dest0', $ARGS[1], $ARGS[2], ARGS[3]
 		end
 	end
 end