Alright, started testing... I see my previous changes were merged into the addictions tree but not this one, I guess that's fine, but it makes finding the important bugs a bit harder. Also, the constant willpower drain is annoying.
Double strip of top can lead to nullpointerexception:
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
at nightgames.skills.StripTop.receive(StripTop.java:118)
at nightgames.skills.StripTop.resolve(StripTop.java:45)
at nightgames.characters.NPC.lambda$1(NPC.java:796)
Don't know root cause yet.
---
BuildActivities is not retriggered, so I can't see Yui on the same day I get her 3rd event. Have to wait yet another night. Seems weird.
---
NinjaStash prints wrong.
"You've arranged for a hidden stash to be placed in the nightgames.areas.Area@4f6c295."
Using a smoke bomb has typos.
you drop a smoke bomb and disappear. (Missing capital)
You dash away and escape into the Quad (missing period)
---
Bunshin Service uses the wrong body parts?
Airi's Fused Gloves was pleasured by Airi's ass for 22 base:24,0 (24,0) x multiplier: 0,90 (1 + sen:-0,3 + ple:0,2 + per:0,0 + stage:0,00)
Also, typos.
return String.format("Your shaddow clone fingers and caresses %s's pussy lips",target.name());
shaddow -> shadow, missing period
Also missing period for the "A clone pinches and teases %s's nipples" (the bottom case).
---
If you are wearing an open bra, then steal a cloak, then steal a shirt, you're topless. (Steal twice from cassie)
---
Somewhere, you can advance to rank 4. Which is great, but it causes array index out of bounds exception upon level up.
Exception in thread "AWT-EventQueue-0" java.lang.ArrayIndexOutOfBoundsException: 4
at nightgames.characters.Player.ding(Player.java:383)
at nightgames.characters.Character.levelUpIfPossible(Character.java:3277)
at nightgames.combat.Combat.end(Combat.java:788)
Recommend you revert this commit:
https://github.com/dndw/nightgamesmod/commit/4f864a5fb1da759125b0d1d84efe9b58be3a7135
As the higher ranks aren't even in use yet.
---
"she does not seem particularly passionate yet." Stage text not always capitalized.
---
Well, that's it for my testing. I dunno about the foreplay thing, as the save I used was pretty much in a dominant position already. Would have to test longer to see if there's any significant differences.