1
1
Просмотр исходного кода

Merge remote-tracking branch 'Awesome/master'

Kevin_Smarts 8 месяцев назад
Родитель
Сommit
90c6d7d30c
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      locations/din_van.qsrc

+ 2 - 2
locations/din_van.qsrc

@@ -1498,7 +1498,7 @@ if $ARGS[0] = 'prvt_pee':
 
 	!!If PC is on her period and using tampon, then the following options should appear as well as the standard "Finish and wipe" act:
 	!!This may require an addition check to see if the PC has a purse since I think they need that to carry tampons with them.
-			if isprok = 1 and tampon > 0:
+			if isprok = 1 and mc_inventory['tampons'] > 0:
 				act 'Change tampon (0:02)':
 					*clr & cla
 					minut += 2
@@ -1618,7 +1618,7 @@ if $ARGS[0] = 'pblc_pee':
 				end
 			end
 
-			if mesec > 0 and (isprok = 1 or (isprok = 0 and isprokp = 0)) and tampon > 0 and bag = 1:
+			if mesec > 0 and (isprok = 1 or (isprok = 0 and isprokp = 0)) and mc_inventory['tampons'] > 0 and bag = 1:
 				act 'Change tampon (0:02)':
 					*clr & cla
 					minut += 2