Skip to content
Snippets Groups Projects
Commit 4ae82b45 authored by Pregmodder's avatar Pregmodder
Browse files

Fixes and tweaks

parent 24a56b97
No related branches found
No related tags found
4 merge requests!843Delete Please.,!833Pregmod master,!758Pregmod master,!168Pregmod v1003-99
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<<set $nextLink = "AS Dump">> <<set $nextLink = "AS Dump">>
<<set $returnTo = "Main">> <<set $returnTo = "Main">>
<assignJob $activeSlave "live with your agent">> <<assignJob $activeSlave "live with your agent">>
<<if $activeSlave.rivalry > 0>> <<if $activeSlave.rivalry > 0>>
<<for _i = 0;_i < $slaves.length;_i++>> <<for _i = 0;_i < $slaves.length;_i++>>
......
...@@ -24,7 +24,7 @@ You have the funds to bring $slavesToImportMax slaves with you (or your equivale ...@@ -24,7 +24,7 @@ You have the funds to bring $slavesToImportMax slaves with you (or your equivale
<<if $freshPC == 0>> <<if $freshPC == 0>>
<<if $retainCareer == 1 && $PC.career != "arcology owner">> <<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: 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;20% reduced cost of construction.@@
@@.lime;Free additional starting rep along with easy rep maintenance.@@ @@.lime;Free additional starting rep along with easy rep maintenance.@@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment