Browse Source

[added] Options to move bras and panties to storage and unwanted

KevinSmarts 5 years ago
parent
commit
13ef62dbdc
2 changed files with 19 additions and 1 deletions
  1. 10 1
      locations/bras.qsrc
  2. 9 0
      locations/panties.qsrc

+ 10 - 1
locations/bras.qsrc

@@ -68,7 +68,7 @@ if $ARGS[0] = 'view_bra_list':
 
 	i = 1
 	:loopcheapbras
-	if cheap_brasS[i] = metka_panties and cheap_bras[i] = 1:*p '<a href="exec:gt ''bras'', ''view_bra_item'', ''<<$ARGS[1]>>'', ''cheap'', <<i>>"><img src="images/pc/bras/basic/<<i>>.jpg" 	height="300" /></a>'
+	if cheap_brasS[i] = metka_bras and cheap_bras[i] = 1:*p '<a href="exec:gt ''bras'', ''view_bra_item'', ''<<$ARGS[1]>>'', ''cheap'', <<i>>"><img src="images/pc/bras/basic/<<i>>.jpg" 	height="300" /></a>'
 	i += 1
 	if i <= ARRSIZE('cheap_bras'):jump 'loopcheapbras'
 
@@ -185,6 +185,15 @@ if $ARGS[0] = 'view_bra_item':
 				end
 			end	
 		end
+		if $ARGS[1] ! 'store':
+			act 'Move to storage': gt 'bras', 'dest1', $ARGS[0], $ARGS[1], ARGS[2]
+		end
+		if $ARGS[1] ! 'unwanted':
+			act 'Move to unwanted': gt 'bras', 'dest2', $ARGS[0], $ARGS[1], ARGS[2]
+		end
+		if $ARGS[1] ! 'store':
+			act 'Move to wardrobe': gt 'bras', 'dest0', $ARGS[0], $ARGS[1], ARGS[2]
+		end
 	end
 end
 

+ 9 - 0
locations/panties.qsrc

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