Explorar el Código

[fixed] double exit actions in natbelapt.

3xpurt hace 5 años
padre
commit
504cedade4
Se han modificado 1 ficheros con 5 adiciones y 4 borrados
  1. 5 4
      locations/natbelapt.qsrc

+ 5 - 4
locations/natbelapt.qsrc

@@ -527,15 +527,15 @@ if $ARGS[0] = 'natroom':
 			!end
 			if NatashaQW >= 9 and olufirst = 3 and oluuosegunday ! daystart:
 				gs 'willpower', 'anal', 'force', 'easy'
-                if will_cost <= pcs_willpwr:
-                    act 'Take her to see Olu (<<will_cost>> Willpower)':
+				if will_cost <= pcs_willpwr:
+					act 'Take her to see Olu (<<will_cost>> Willpower)':
 						gs 'willpower', 'anal', 'force', 'easy'
 						gs 'willpower', 'pay', 'force'
 						gt 'natpimp', 'go_see_olu'
 					end
 				else
 					act 'Take her to see Olu (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
-                end
+				end
 			end
 		end
 		if NatashaQW = 1:
@@ -688,8 +688,9 @@ if $ARGS[0] = 'natroom':
 			end
 		end
 	else
+		cla
 		'You poke around in Natasha''s room for a bit.'
-		act 'Continue': gt 'natbelapt', 'hallway'
+		act 'Leave': gt 'natbelapt', 'hallway'
 	end
 end