From e973462f5f7971ba0d030f95e1218bfdb3293c3f Mon Sep 17 00:00:00 2001 From: Pregmodder <pregmodder@gmail.com> Date: Tue, 12 Jun 2018 01:16:24 -0400 Subject: [PATCH] fixes --- devNotes/VersionChangeLog-Premod+LoliMod.txt | 5 +++++ src/uncategorized/multiImplant.tw | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt index c29c8b24fc9..9585cb9712a 100644 --- a/devNotes/VersionChangeLog-Premod+LoliMod.txt +++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt @@ -2,6 +2,11 @@ 0.10.7.1-0.3.x +6/12/2018 + + 18 + -fixes + 6/11/2018 17 diff --git a/src/uncategorized/multiImplant.tw b/src/uncategorized/multiImplant.tw index 6984638ece7..caf4c7c59e0 100644 --- a/src/uncategorized/multiImplant.tw +++ b/src/uncategorized/multiImplant.tw @@ -629,7 +629,7 @@ You head down to your <<if $surgeryUpgrade == 1>>heavily upgraded and customized /* limbs */ <<if $activeSlave.amp != 0>> <<for _l = 0; _l < $limbs.length; _l++>> - <<if ($limbs[_l].ID == $activeSlave.ID) && ($limbs[_l].weeksToCompletion <= 0) + <<if ($limbs[_l].ID == $activeSlave.ID) && ($limbs[_l].weeksToCompletion <= 0)>> <<if $activeSlave.PLimb != 0>> <<if $activeSlave.amp < 0>> <<set _oldLimbs = {type: 0, armsTat: 0, legsTat: 0}>> -- GitLab