From 1fd2499b55f458d027bc2bec30cb3cc10a675ccb Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Thu, 31 Aug 2017 21:19:47 -0400
Subject: [PATCH] fix

---
 src/uncategorized/pRivalInitiation.tw | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/uncategorized/pRivalInitiation.tw b/src/uncategorized/pRivalInitiation.tw
index f08fe430e76..f12cc4f871a 100644
--- a/src/uncategorized/pRivalInitiation.tw
+++ b/src/uncategorized/pRivalInitiation.tw
@@ -1,7 +1,7 @@
 :: P rival initiation [nobr]
 
 <<set $nextButton = "Continue", $nextLink = "AS Dump", $returnTo = "Scheduled Event", $rivalOwner = 0, $rivalOwnerEnslaved = 1>>
-<<if $hostageRescued = 1>><<set $returnTo = "P hostage acquisition">><</if>>
+<<if $hostageRescued = 1>><<set $nextButton = "See to the hostage", $returnTo = "P hostage acquisition">><</if>>
 
 <<set $activeSlave = $slaves.find(function(s) { return s.prestigeDesc == "You bankrupted and enslaved her in revenge for her part in the attack on your arcology by the Daughters of Liberty."; })>>
 
-- 
GitLab