Pārlūkot izejas kodu

fix the swimwear check

rachels 2 gadi atpakaļ
vecāks
revīzija
1c07603601
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      bm_locations/mod_bestmod_mira.qsrc

+ 1 - 1
bm_locations/mod_bestmod_mira.qsrc

@@ -6,7 +6,7 @@ if $ARGS[0] = 'third_wish':
 		minut += 2
 		mira_guest = 0
 		if npc_QW['A60'] < 21: npc_QW['A60'] = 21
-		if ($clothingworntype = 'nude' or $clothingworntype = 'swimwear'):
+		if ($clothingworntype = 'nude' or PCloswimwear = 1):
 			gs 'clothing', 'wear', $lastwornclothingtype, lastwornclothingnumber
 			gs 'underwear', 'wear'
 		end