diff --git a/src/npc/agent/agentCompany.tw b/src/npc/agent/agentCompany.tw
index 17c199ffc9451eeed2b192fee72c4480edc1b43b..ff50d11933f6ba0354517e8164f9d78b445cdbff 100644
--- a/src/npc/agent/agentCompany.tw
+++ b/src/npc/agent/agentCompany.tw
@@ -4,7 +4,7 @@
 <<set $nextLink = "AS Dump">>
 <<set $returnTo = "Main">>
 
-<assignJob $activeSlave "live with your agent">>
+<<assignJob $activeSlave "live with your agent">>
 
 <<if $activeSlave.rivalry > 0>>
 	<<for _i = 0;_i < $slaves.length;_i++>>
diff --git a/src/uncategorized/newGamePlus.tw b/src/uncategorized/newGamePlus.tw
index b5fdfa351895fe3e55c72e1c4790eb10850f9ade..0a6d073819321cfb78149f97ce56bde6ae59cc83 100644
--- a/src/uncategorized/newGamePlus.tw
+++ b/src/uncategorized/newGamePlus.tw
@@ -24,7 +24,7 @@ You have the funds to bring $slavesToImportMax slaves with you (or your equivale
 
 <<if $freshPC == 0>>
 	<<if $retainCareer == 1 && $PC.career != "arcology owner">>
-		<<if $week > 52>>
+		<<if $week > 52 || ($PC.slaving >= 100 && $PC.trading >= 100 && $PC.warfare >= 100 && $PC.slaving >= 100 && $PC.engineering >= 100 && $PC.medicine >= 100)>>
 			You have acquired a fair amount of knowledge regarding arcologies and their day-to-day management in your time spent as one's owner qualifying you as an @@.orange;"arcology owner"!@@ Benefits include:
 			@@.lime;20% reduced cost of construction.@@
 			@@.lime;Free additional starting rep along with easy rep maintenance.@@