Explorar el Código

[fixed] Willpower seeding

Blatte hace 5 años
padre
commit
dbb6dc7fb8
Se han modificado 2 ficheros con 19 adiciones y 3 borrados
  1. 10 2
      locations/Vnlake1.qsrc
  2. 9 1
      locations/Vnlake2.qsrc

+ 10 - 2
locations/Vnlake1.qsrc

@@ -1,8 +1,16 @@
 # Vnlake1
 '<center><img <<$set_imgh>> src="images/locations/city/residential/lake/sex/vnlake1/vnlake1.jpg"></center>'
 'While you were sunbathing a tipsy girl holding a bottle of wine walks up to you, she sits down next to you and begins to stroke your back.'
-
-act 'Drive her off':gt 'Nudelake'
+	
+gs 'willpower', 'sex', 'resist'
+if will_cost <= pcs_willpwr:	
+	act 'Drive her off (<<will_cost>> Willpower)':
+		gs 'willpower', 'pay', 'resist'
+		gt 'Nudelake'
+	end
+else
+    act 'Drive her off (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+end
 
 act 'Kiss':
 	cla

+ 9 - 1
locations/Vnlake2.qsrc

@@ -2,7 +2,15 @@
 '<center><img <<$set_imgh>> src="images/locations/city/residential/lake/sex/vnlake2/vnlake1.jpg"></center>'
 'Whilst tanning you doze off, and you dream about your breasts being caressed, as someones tongue pleasures your pussy. You open your eyes and understand that this is not a dream, next to you two men one caressing your breasts, the second has already dug his head between your legs.'
 
-act 'Push them away':gt 'Nudelake'
+gs 'willpower', 'sex', 'resist'
+if will_cost <= pcs_willpwr:		
+	act 'Push them away (<<will_cost>> Willpower)':
+		gs 'willpower', 'pay', 'resist'
+		gt 'Nudelake'
+	end
+else
+    act 'Push them away (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
+end
 
 act 'Touch member':
 	cls