Skip to content
Snippets Groups Projects
Commit b5a02deb authored by kopareigns's avatar kopareigns
Browse files

Fix

parent 93bab710
No related branches found
No related tags found
1 merge request!4007Fix
......@@ -297,7 +297,7 @@ window.rulesAutosurgery = (function() {
if (V.PC.medicine >= 100) slave.health -= 5;
else slave.health -= 10;
} else if (slave.anus > 0 && V.surgeryUpgrade === 1 && (thisSurgery.surgery_holes === 2) {
} else if (slave.anus > 0 && V.surgeryUpgrade === 1 && thisSurgery.surgery_holes === 2) {
surgeries.push("a virgin anus");
slave.anus = 0;
if (slave.analSkill > 10) {
......
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