소스 검색

[fixed] Copy/paste error

Kevin_Smarts 1 년 전
부모
커밋
3f6ce9e257
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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