浏览代码

[changed] moved the surrender action to the bottom
[fixed] wrong minut gains, dead end in kafe

julzor 4 年之前
父节点
当前提交
ac65730ef7
共有 3 个文件被更改,包括 15 次插入18 次删除
  1. 1 2
      locations/fight.qsrc
  2. 13 15
      locations/kafe.qsrc
  3. 1 1
      locations/pavaptcourtev.qsrc

+ 1 - 2
locations/fight.qsrc

@@ -493,8 +493,6 @@ if $ARGS[0] = 'player':
 	else
 		TargetNumber = 2
 	end
-
-	act 'Surrender': gt 'ender', 'surrender'
 		
 	if pcs_magik > 0:
 		act 'Cast a Spell': gs 'fight', 'spellcast'
@@ -538,6 +536,7 @@ if $ARGS[0] = 'player':
 			gs 'fight', 'Attack', 'Jab', 'opp', 0, 2
 		end
 	end	
+	act 'Surrender': gt 'ender', 'surrender'
 end
 
 

+ 13 - 15
locations/kafe.qsrc

@@ -874,7 +874,7 @@ if $ARGS[0] = 'razvod':
 			act 'Leave (<<will_cost>> Willpower)':
 				*clr & cla
 				gs 'willpower', 'pay', 'resist'
-				minut +5
+				minut += 5
 				gs 'stat'
 				gt 'street'
 			end
@@ -889,7 +889,7 @@ if $ARGS[0] = 'razvod':
 			act 'Leave (<<will_cost>> Willpower)':
 				*clr & cla
 				gs 'willpower', 'pay', 'resist'
-				minut +5
+				minut += 5
 				gs 'stat'
 				gt 'street'
 			end
@@ -904,29 +904,27 @@ if $ARGS[0] = 'razvod':
 			act 'Leave (<<will_cost>> Willpower)':
 				*clr & cla
 				gs 'willpower', 'pay', 'resist'
-				minut +5
+				minut += 5
 				gs 'stat'
 				if hotcat >= 6:
 					'"Come on, baby, I will give you two thousand <b>₽</b>. Daddy wants to have fun."'
+					gs 'willpower', 'prostitution', 'resist', 'medium'
+					if will_cost <= pcs_willpwr:
+						act 'Tell him to fuck off (<<will_cost>> Willpower)':
+							gs 'willpower', 'pay', 'resist'
+							gt 'street'
+						end
+					else
+						act 'Tell him to fuck 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 'Meet in bathroom':
 						money += 2000
 						gt 'cafe3', 'toilet'
 					end
 				else
 					'"Well, okay, get out of here, you are ugly anyway."'
+					act 'Continue': gt 'street'
 				end
-				gs 'willpower', 'prostitution', 'resist', 'medium'
-				if will_cost <= pcs_willpwr:
-					act 'Tell him to fuck off (<<will_cost>> Willpower)':
-						*clr & cla
-						gs 'willpower', 'pay', 'resist'
-						minut +5
-						gs 'stat'
-						gt 'street'
-					end
-				else
-					act 'Tell him to fuck off (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
-				end	
 			end
 		else
 			act 'Leave (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'

+ 1 - 1
locations/pavaptcourtev.qsrc

@@ -1633,7 +1633,7 @@ if $ARGS[0] = 'two_boys':
 							act 'Go home':
 								*clr & cla
 								killvar 'pavapt_boyrand'
-								minut +2
+								minut += 2
 								'<center><img <<$set_imgh>> src="images/locations/pavlovsk/naked/homedoornaked.jpg"></center>'
 								'You leave the apartment behind and walk back to your apartment. You unlock the door and walk down the hall to your bedroom and are finally able to get cleaned up and dressed.'
 !!this option should only show up if Sveta has another uniform