Procházet zdrojové kódy

[fixed] natasha willpower action that was by itself and text for natasha repayment showing up incorrectly

sovietmercader před 5 roky
rodič
revize
7f2b40278a
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2 1
      locations/natbelapt.qsrc

+ 2 - 1
locations/natbelapt.qsrc

@@ -538,7 +538,7 @@ if $ARGS[0] = 'natroom':
 				end
 			end
 		end
-		if NatashaQW = 1:
+		if NatashaQW >= 2 and NatDolg > 0:
 			*nl
 			nattimeleft = NatDolgDay - daystart
 			if nattimeleft > 0:
@@ -1865,6 +1865,7 @@ if $ARGS[0] = 'natmother':
 			else
 				act 'Show me more (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
 			end
+			act 'Let''s go to your room': NatashaLoc = 2 & gt 'natbelapt', 'natroom'
 		else
 			'"Hey, want to go hang out in your room?"'
 			act 'Let''s go to your room': NatashaLoc = 2 & gt 'natbelapt', 'natroom'