From 0fe2457d4dc805a1511069f8a1e44f70887e580b Mon Sep 17 00:00:00 2001 From: ezsh <ezsh.junk@gmail.com> Date: Sun, 24 Mar 2019 01:04:04 +0100 Subject: [PATCH] Fix boob and butt implant descriptions in surgery room Do not name installed implants as "fillable" if they are not named as such when installing. --- src/uncategorized/remoteSurgery.tw | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/uncategorized/remoteSurgery.tw b/src/uncategorized/remoteSurgery.tw index 5837a7eb756..197321305fe 100644 --- a/src/uncategorized/remoteSurgery.tw +++ b/src/uncategorized/remoteSurgery.tw @@ -525,7 +525,7 @@ $He has <</if>> <<if $activeSlave.boobsImplantType == 1>> string - <<else>> + <<elseif $activeSlave.boobsImplant >= 800>> fillable <</if>> breast implants. @@ -938,7 +938,7 @@ $He's got a butt <<if $activeSlave.buttImplantType == 1>> string - <<else>> + <<elseif $activeSlave.buttImplant >= 3>> fillable <</if>> implants. -- GitLab