From cd8172c8da7b9a03dac6b8e9f613defc58410660 Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Thu, 2 Mar 2017 05:46:05 -0500
Subject: [PATCH] Bugfix.

---
 src/events/intro/introSummary.tw | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/events/intro/introSummary.tw b/src/events/intro/introSummary.tw
index 5ac18660396..81f05220063 100644
--- a/src/events/intro/introSummary.tw
+++ b/src/events/intro/introSummary.tw
@@ -418,7 +418,7 @@ Custom Lisped: <<textbox "$PC.customTitleLisp" $PC.customTitleLisp "Intro Summar
 //If using a custom title, select Master or Mistress to set the gender of your title.//
 //Make sure to replace your "s"s with "th"s to have working lisps in your lisped title.//
 
-<<if $freshPC == 1>>
+<<if $freshPC == 1 || $saveImported == 0>>
 <br>
 
 Career: ''$PC.career''.
-- 
GitLab