Skip to content
Snippets Groups Projects
Commit 7d3c7de5 authored by Arkerthan's avatar Arkerthan
Browse files

Reduce aggressiveness of ra cosmetic surgery weight management

parent 54018c06
No related branches found
No related tags found
1 merge request!10815Fixes
......@@ -320,8 +320,8 @@ globalThis.rulesAutosurgery = (function() {
slave.hStyle = "bald";
slave.bald = 1;
}, 0);
} else if (slave.weight >= 10 && thisSurgery.cosmetic > 0) {
commitProcedure("liposuction", s => { s.weight -= 50; });
} else if (slave.weight >= 60 && thisSurgery.cosmetic > 0) {
commitProcedure("liposuction", s => { s.weight = 10; });
} else if ((slave.bellySagPreg > 0 || slave.bellySag > 0) && (thisSurgery.cosmetic > 0 || thisSurgery.tummy > 0 )) {
commitProcedure("a tummy tuck", () => {
slave.bellySag = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment