diff --git a/src/js/DefaultRules.js b/src/js/DefaultRules.js index d2205db5d56c915b3512b73345a685407846cf8f..5f3a008df380030b9430ca24d13419d52c59550a 100644 --- a/src/js/DefaultRules.js +++ b/src/js/DefaultRules.js @@ -1297,7 +1297,8 @@ window.DefaultRules = (function() { } else { r += `${slave.drugs}, since `; } - r += `that part of ${his} body is ${Math.trunc(_priorities[0].weight*100)}% `; + r += `that part of ${his} body is `; + if (!isNaN(_priorities[0].weight)) r += `${Math.trunc(_priorities[0].weight*100)}% ` if (_priorities[0].weight < 1) r+= "below "; else r+= "above "; r += "the targeted size."; @@ -2086,8 +2087,7 @@ window.DefaultRules = (function() { if (slave.dietCum === 2) { r += `<br>${slave.slaveName} has been put on a diet based on cum.`; slave.dietMilk = 0; - } - if (slave.dietCum === 1) { + } else if (slave.dietCum === 1) { r += `<br>${slave.slaveName} has had cum added to ${his} diet.`; } else { r += `<br>${slave.slaveName} has had cum removed from ${his} diet.`; @@ -2104,8 +2104,7 @@ window.DefaultRules = (function() { if (slave.dietMilk === 2) { r += `<br>${slave.slaveName} has been put on a diet based on human milk.`; slave.dietCum = 0; - } - if (slave.dietMilk === 1) { + } else if (slave.dietMilk === 1) { r += `<br>${slave.slaveName} has had human milk added to ${his} diet.`; } else { r += `<br>${slave.slaveName} has had human milk removed from ${his} diet.`; diff --git a/src/uncategorized/surgeryDegradation.tw b/src/uncategorized/surgeryDegradation.tw index 6bb84c89910e630155e7ec0b7340219acc58b959..cef6b1015046ae7cc5c37a7e6fd17356f34b445a 100644 --- a/src/uncategorized/surgeryDegradation.tw +++ b/src/uncategorized/surgeryDegradation.tw @@ -2250,7 +2250,7 @@ As the remote surgery's long recovery cycle completes, titillated to find that $his clitoris has a hood. $He examines it <<if canSee($activeSlave)>>carefully and then touches it, <</if>>very gently. $He's very sore, obviously, but the sudden sensation is almost too much for $him. $His resolution to investigate $his remodeled clit, but later, is almost visible. It's obvious that $he can hardly wait, @@.mediumaquamarine;anticipating@@ all the new sensations that this new patch of skin can offer $him. $He's @@.hotpink;grateful@@ to you for improving $his pussy. <<set $activeSlave.trust += 5, $activeSlave.devotion += 5>> <<elseif $activeSlave.devotion >= -20>> - quite surprised, and a little relieved, to find that $he has clit has a hood. $He examines it <<if canSee($activeSlave)>>carefully and then touches it, <</if>>very gently. $He's very sore, obviously, but the sudden sensation is almost too much for $him. $He seems to have been worried that something more dramatic than a reversal of circumcision had been done to $him, but $his chief reaction is @@.hotpink;mystified submission@@ to you afterward. Your total power over $his body has been made clear to $him in a way that provokes confusion, not fear. + quite surprised, and a little relieved, to find that $his clit has a hood. $He examines it <<if canSee($activeSlave)>>carefully and then touches it, <</if>>very gently. $He's very sore, obviously, but the sudden sensation is almost too much for $him. $He seems to have been worried that something more dramatic than a reversal of circumcision had been done to $him, but $his chief reaction is @@.hotpink;mystified submission@@ to you afterward. Your total power over $his body has been made clear to $him in a way that provokes confusion, not fear. <<set $activeSlave.devotion += 5>> <<else>> shocked to find that $his clitoris has a hood. $He's not exactly resentful of you for doing this, since whatever $his feelings about circumcision might be, it's very far from what $he feared might be done to $his clit. $His reaction is dominated by @@.gold;fear of the unknown,@@ since $he's now wondering whether $he has any ability to predict your actions at all. Whatever $his mental model of you was before this, it probably didn't include you restoring $his clitoral hood.