1
0
Ver Fonte

[fixed] double exit actions in natbelapt.

3xpurt há 4 anos atrás
pai
commit
504cedade4
1 ficheiros alterados com 5 adições e 4 exclusões
  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