Sfoglia il codice sorgente

[fixed] Mom only triggered teh found dildo scene if you had smallest dildo

Kevin_Smarts 11 mesi fa
parent
commit
6df767ec34
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      locations/bedrPar.qsrc

+ 1 - 1
locations/bedrPar.qsrc

@@ -21,7 +21,7 @@ if $ARGS[0] = '' or $ARGS[0] = 'start':
 		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/prost1.jpg"></center>'
 		if prezik > 0 and rand(1,3) = 1:
 			gt 'mother', 'condom_find'
-		elseif dildo > 0 and motherQW['seen_dildos'] ! 1 and rand(1,3) = 1:
+		elseif dildo + middildo + largedildo + bigdildo + extradildo + superdildo + maddildo > 0 and motherQW['seen_dildos'] ! 1 and rand(1,3) = 1:
 			gt 'mother', 'dildo_find'
 		elseif analplug = 1 and analplugin = 0 and motherQW['seen_plug'] ! 1 and rand(1,3) = 1:
 			gt 'mother', 'plug_find'