Browse Source

[fixed] Copy/paste error

Kevin_Smarts 1 year ago
parent
commit
3f6ce9e257
2 changed files with 2 additions and 2 deletions
  1. 1 1
      locations/bras.qsrc
  2. 1 1
      locations/panties.qsrc

+ 1 - 1
locations/bras.qsrc

@@ -342,7 +342,7 @@ if $ARGS[0] = 'view_bra_item':
 			if $ARGS[1] ! 'wardrobe':
 				act 'Move to wardrobe': gt 'bras', 'dest0', $ARGS[1], $ARGS[2], ARGS[3]
 			end
-			act '<font color="red"><<will_cost>>Throw this bra away</font>':
+			act '<font color="red">Throw this bra away</font>':
 				dynamic '<<$ARGS[2]>>_panties[<<ARGS[3]>>] = 0'
 				gt 'wardrobe', 'main'
 			end

+ 1 - 1
locations/panties.qsrc

@@ -346,7 +346,7 @@ if $ARGS[0] = 'view_panty_item':
 			if $ARGS[1] ! 'wardrobe':
 				act 'Move to wardrobe': gt 'panties', 'dest0', $ARGS[1], $ARGS[2], ARGS[3]
 			end
-			act '<font color="red"><<will_cost>>Throw these panties away</font>':
+			act '<font color="red">Throw these panties away</font>':
 				dynamic '<<$ARGS[2]>>_panties[<<ARGS[3]>>] = 0'
 				gt 'wardrobe', 'main'
 			end