From 4ae82b45fac7594d91cc841c26ebe852c9968b32 Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Sat, 29 Apr 2017 00:33:12 -0400 Subject: [PATCH] Fixes and tweaks --- src/npc/agent/agentCompany.tw | 2 +- src/uncategorized/newGamePlus.tw | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/npc/agent/agentCompany.tw b/src/npc/agent/agentCompany.tw index 17c199ffc94..ff50d11933f 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 b5fdfa35189..0a6d0738193 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.@@ -- GitLab