From 291cfdf165e932b2f3aa5ffb9472383aa5a88ef0 Mon Sep 17 00:00:00 2001 From: Jones <Jones> Date: Sun, 27 Jan 2019 16:36:42 +0100 Subject: [PATCH] Bodypurist neighbor effect fix --- src/uncategorized/neighborsDevelopment.tw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uncategorized/neighborsDevelopment.tw b/src/uncategorized/neighborsDevelopment.tw index 28e88254bd3..0a0cfd046a2 100644 --- a/src/uncategorized/neighborsDevelopment.tw +++ b/src/uncategorized/neighborsDevelopment.tw @@ -1107,7 +1107,7 @@ has an estimated GSP of @@.yellowgreen;<<print cashFormat(Math.trunc((0.1*$arcol <</if>> <<if $arcologies[$i].FSBodyPurist != "unset">> <<if $corpIncorporated == 1>> - <<if def $corpSpecImplants>> + <<if ndef $corpSpecImplants && $arcologies[0].FSBodyPurist > 0>> <<if $corpSpecAmputee != 1>> It's a @@.lightgreen;good market@@ for your corporation's implant-free slaves, improving sales and helping social progress. <<set $arcologies[$i].FSBodyPurist += 1>> -- GitLab