Bladeren bron

Wrong Aligator < > fixed

Derryth_Love 1 jaar geleden
bovenliggende
commit
af21828bd9
1 gewijzigde bestanden met toevoegingen van 3 en 3 verwijderingen
  1. 3 3
      locations/pav_park_sex.qsrc

+ 3 - 3
locations/pav_park_sex.qsrc

@@ -69,7 +69,7 @@ if $ARGS[0] = 'oldman_house':
 	*nl
 	'The tiny house looks like only 3 rooms and a bathroom, about the same size as your apartment. You notice it is in excellent shape on the side, reasonably clean, but has pretty spares. You wonder why he doesn''t have much furniture. He leads you into the bedroom, with a small bed on the floor and some photograph lights on stands spaced around. It looks like he uses his bedroom as his photography studio. He sets up a video camera on a tripod facing you as you stand there. Then he looks up at you, "Would you mind taking off your top now?" He says as he starts turning on the modelling lights.'
 	gs 'willpower', 'exhib', 'resist', 'medium'
-	if will_cost <= pcs_willpwr:
+	if will_cost > pcs_willpwr:
 		act 'Refuse':
 			*clr & cla
 			gs 'willpower', 'pay', 'resist'
@@ -89,7 +89,7 @@ if $ARGS[0] = 'oldman_house':
 			gs 'arousal', 'flash', 2, 'inhibition'
 			gs 'stat'
 			gs 'willpower', 'exhib', 'resist', 'medium'
-			if will_cost <= pcs_willpwr:
+			if will_cost > pcs_willpwr:
 				act 'Refuse':
 					*clr & cla
 					gs 'willpower', 'pay', 'resist'
@@ -108,7 +108,7 @@ if $ARGS[0] = 'oldman_house':
 				gs 'arousal', 'flash', 2, 'inhibition'
 				gs 'stat'
 				gs 'willpower', 'sex', 'resist', 'medium'
-				if will_cost <= pcs_willpwr:
+				if will_cost > pcs_willpwr:
 					act 'Refuse':
 						*clr & cla
 						gs 'willpower', 'pay', 'resist'