From e4aa2fcab459ac4ff88218c70344f2a84348d1e5 Mon Sep 17 00:00:00 2001 From: x <okp57855@psoxs.com> Date: Fri, 19 Oct 2018 09:04:47 +1300 Subject: [PATCH] date reporting and add missing @@ --- devNotes/VersionChangeLog-Premod+LoliMod.txt | 2 +- src/uncategorized/storyCaption.tw | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt index 9e9985f0136..de73d660128 100644 --- a/devNotes/VersionChangeLog-Premod+LoliMod.txt +++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt @@ -7443,7 +7443,7 @@ Experimental build -Fixed a bug where a vaginaless slave would wear a fake belly leaving you with no way to remove it. -Security Expansion (Officaly intergated into Pregmod since 0.10.7.1 v153) +Security Expansion (Officaly intergated into Pregmod since 0.10.7.1 v153, 11/25/17 ) PregmodBase v139 11/20/17 diff --git a/src/uncategorized/storyCaption.tw b/src/uncategorized/storyCaption.tw index 229d621da53..e32eaacc8f8 100644 --- a/src/uncategorized/storyCaption.tw +++ b/src/uncategorized/storyCaption.tw @@ -135,7 +135,7 @@ <<if $arcologies[0].ownership >= $arcologies[0].minority>> <<if $arcologies[0].ownership >= $arcologies[0].minority+5>> <<if $arcologies[0].ownership < 100>> - <<if $assistantPower >= 1>> (@@.yellowgreen;<<print $arcologies[0].ownership>>%@@:<<print $arcologies[0].minority>>%) <<else>> (@@.yellowgreen;<<print $arcologies[0].ownership>>%) <</if>> + <<if $assistantPower >= 1>> (@@.yellowgreen;<<print $arcologies[0].ownership>>%@@:<<print $arcologies[0].minority>>%) <<else>> (@@.yellowgreen;<<print $arcologies[0].ownership>>%@@) <</if>> <<else>> (<<print $arcologies[0].ownership>>%) <</if>> <<else>> -- GitLab