From 0310f3eb1a55a9ac2e2f22bca0da26f23c561c16 Mon Sep 17 00:00:00 2001 From: lowercasedonkey <lowercasedonkey@gmail.com> Date: Wed, 22 Jan 2020 17:15:13 -0500 Subject: [PATCH] PEDMAS is fun no it's not --- src/uncategorized/remoteSurgery.tw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uncategorized/remoteSurgery.tw b/src/uncategorized/remoteSurgery.tw index 0e666287ad5..feb0de23144 100644 --- a/src/uncategorized/remoteSurgery.tw +++ b/src/uncategorized/remoteSurgery.tw @@ -71,7 +71,7 @@ <<elseif $activeSlave.faceImplant > 95>> //$His face cannot sustain further cosmetic surgery// <<else>> - <<set _artificiality = 25-5*Math.trunc($PC.skill.medicine/50)-5*$surgeryUpgrade>> + <<set _artificiality = 25-(5*Math.trunc($PC.skill.medicine/50))-(5*$surgeryUpgrade)>> //Facial surgery can either rework it and improve its attractiveness, or simply make it more attractive. No facial surgery is perfect and each surgery will make it look less natural. <<if $PC.skill.medicine >= 100 && $surgeryUpgrade>> Your surgical skills and the advanced surgical suite will minimize this effect as much as possible. -- GitLab