Ver Fonte

fix copy paste error

rachels há 2 anos atrás
pai
commit
a9a92cce5d
2 ficheiros alterados com 3 adições e 3 exclusões
  1. 1 1
      locations/Katlake.qsrc
  2. 2 2
      locations/cikl.qsrc

+ 1 - 1
locations/Katlake.qsrc

@@ -140,7 +140,7 @@ if $ARGS[0] = 'key':
 	act 'Go with Kat':
 		gs 'clothing', 'wear', $lastwornclothingtype['swim'], lastwornclothingnumber['swim']
 		gs 'panties', 'wear', $lastwornpantytype['swim'], lastwornpantynumber['swim']
-		gs 'bras', 'wear', $lastwornbratype['swim'], lastwornbranumber['swim']lothingworntype, normalclothingwornno
+		gs 'bras', 'wear', $lastwornbratype['swim'], lastwornbranumber['swim']
 		gt 'kathouse0'
 	end
 end

+ 2 - 2
locations/cikl.qsrc

@@ -458,7 +458,7 @@ if tabletkicheck = 2:
 	if shotdays = -8:
 		tabletkicheck = 0
 		shotdue = 0
-		if  and birth_control['implant_status'] > 0:
+		if  birth_control['implant_status'] > 0:
 			'Your birth control shot is no longer protecting you.'
 		end
 	elseif shotdays <= 0:
@@ -467,7 +467,7 @@ if tabletkicheck = 2:
 		else
 			shotdue -= 1
 		end
-		if  and birth_control['implant_status'] > 0:
+		if  birth_control['implant_status'] > 0:
 			'The chemicals regulating your fertility cycle are wearing off, you need to get your shot in <<shotdue>> days.'
 		end
 	elseif shotdays > 1 and shotdays < 5 and birth_control['implant_status'] = 0: