From dfd7d34089ea3074f715d23e822aff34313d875a Mon Sep 17 00:00:00 2001 From: ThresholdFromBeyond Date: Sun, 11 Dec 2016 18:04:04 -0500 Subject: [PATCH] --- .../nightgames/skills/BreastSmother.java | 18 +++++++++--------- .../nightgames/skills/PinningPaizuri.java | 4 ++-- .../nightgames/stance/BreastSmothering.java | 4 ++-- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/NightgamesMod/nightgames/skills/BreastSmother.java b/NightgamesMod/nightgames/skills/BreastSmother.java index a5108ed07..a46411bff 100644 --- a/NightgamesMod/nightgames/skills/BreastSmother.java +++ b/NightgamesMod/nightgames/skills/BreastSmother.java @@ -129,12 +129,12 @@ public String deal(Combat c, int damage, Result modifier, Character target) { b.append("They can't help but groan in pleasure from having their face stuck between your perfect tits"); if (getSelf().has(Trait.beguilingbreasts)) { - b.append(", and you can't help but smile as they snuggle deeper into your cleavage."); - } else { - b.append("."); - } + b.append(", and you can't help but smile as they snuggle deeper into your cleavage"); + } + b.append("."); + } else{ - b.append(target.name() + " muffles something in confusion into your breasts before they begin to panic as they realize they cannot breathe!"); + b.append(" " + target.name() + " muffles something in confusion into your breasts before they begin to panic as they realize they cannot breathe!"); } return b.toString(); } @@ -156,12 +156,12 @@ public String receive(Combat c, int damage, Result modifier, Character target) { b.append(" perfect tits as they take your breath away"); if (getSelf().has(Trait.beguilingbreasts)) { - b.append(", and due to their beguiling nature you can't help but want to stay there as long as possible."); - } else { - b.append("."); + b.append(", and due to their beguiling nature you can't help but want to stay there as long as possible"); } + b.append("."); + } else{ - b.append("You let out a few panicked sounds muffled by the breasts now covering your face as you realize you cannot breathe!"); + b.append(" You let out a few panicked sounds muffled by the breasts now covering your face as you realize you cannot breathe!"); } return b.toString(); diff --git a/NightgamesMod/nightgames/skills/PinningPaizuri.java b/NightgamesMod/nightgames/skills/PinningPaizuri.java index 7cdf4e32e..77253c4c7 100644 --- a/NightgamesMod/nightgames/skills/PinningPaizuri.java +++ b/NightgamesMod/nightgames/skills/PinningPaizuri.java @@ -85,13 +85,13 @@ public String deal(Combat c, int damage, Result modifier, Character target) { @Override public String receive(Combat c, int damage, Result modifier, Character target) { return Global.format( - "{self:SUBJECT-ACTION:bows} {other:name-do} over, and {self:action:wraps|settles} {self:possessive} breasts around {other:possessive} cock.", + "{self:SUBJECT-ACTION:bow:bows} {other:name-do} over, and {self:action:wrap|settles} {self:possessive} breasts around {other:possessive} cock.", getSelf(), target); } @Override public String describe(Combat c) { - return "Holds your opponent down and use your tits"; + return "Hold your opponent down and use your tits"; } @Override diff --git a/NightgamesMod/nightgames/stance/BreastSmothering.java b/NightgamesMod/nightgames/stance/BreastSmothering.java index c0c2fcfab..63c432f53 100644 --- a/NightgamesMod/nightgames/stance/BreastSmothering.java +++ b/NightgamesMod/nightgames/stance/BreastSmothering.java @@ -31,8 +31,8 @@ public String image() { @Override public String describe(Combat c) { - return Global.format("{self:name} keeps {other:name-possesive} face between their tits, with {self:possessive} large breasts fully encompassing {other:possessive} view. {other:SUBJECT} cannot even breathe except for the short pauses when {self:subject-action:allow|allows} {other:direct-object} to by loosens {self:possessive} grip.", top, bottom); - } + return Global.format("{self:name} keeps {other:name-possessive} face between their tits, with {self:possessive} large breasts fully encompassing {other:possessive} view. {other:SUBJECT} cannot even breathe except for the short pauses when {self:subject-action:allow|allows} {other:direct-object} to by loosens {self:possessive} grip.", top, bottom); + } @Override public int distance() {