The only way you can do that is by ending a day with a defeat. The halberd will be defiled and unusable next morning.How to unequip Halberd? I have Unarmed Combat Training but still cannot do that.
If you have the title "Prison Fighter" you will fight without the halberd.How to unequip Halberd? I have Unarmed Combat Training but still cannot do that.
... Which, from a historical, tactical and pragmatical standpoint, would make infinitely more sense, anyway.If you have the title "Prison Fighter" you will fight without the halberd.
Not the first time something like that made it into the game.v7B.e
Third arm?! Now I really want to see that bug.
- Fixed 2 CG bugs with the Glory Hole battle: one related to post ejaculation while giving blowjobs, and one that causes Karryn to spawn a third arm.
They get angry is the answer for both questions. In the bar it just means they're more likely to start a fight (especially if they've waited a long time). Receptionist they come back to yell at you, wasting a lot of time.Curiosity question:
1) What will happen if you gave the wrong order to the customer in the Bar Job event?
2) What will happen if you put multiple visitors in a single visiting room in the Receptionist Job event?
tried this it did not work for me, any other suggestions?The game is set to disable Prisoner Mode-exclusive Passives if not in Prisoner Mode inRemtairyPrison.js
in the functionGame_Party.prototype.checkCharacterCreatorDifficultyExclusives
(line 956 in v0.7A.k). If you want to switch difficulties but keep your passives, you could change
if(!this.hardMode()) {
on line 959 to
if(false) {
Since false will never be true, the function won't do anything anymore.
its 1763 in 6n.2Oh, and while the balancing is still being worked on, here's a little tweak to make the 'breather' move in the receptionist game more powerful. You can decide how much you want to boost it:
Open upRemtairyKarrynReceptionist.js
and search for the following (or goto line 1530 in v.5e):
As you can see, I added aJavaScript:Game_Actor.prototype.dmgFormula_receptionistBattle_Breather = function() { let percent = Math.max(0.1, this.hrg * 10); let dmg = this.maxstamina * percent * 10; return Math.round(dmg); };
* 10
in thedmg
line. You can choose a different value, it's how much stamina you get.
Yup. That's why I always provide at least some code and/or search phrase. So that you heathens can pray to the holy search function as wellits 1763 in 6n.2
Okay thank you, I'll work on that.I've got 101 endurance (after a good night's rest), but my slut level is 283 and I've got all but three of the bathroom/gloryhole passives. I think you just need to slut your Karryn around a bit more. And maybe do the glory hole when you've got a higher fatigue to bring your stats down more.
You can't skip the turn without spending energy until you get Pleasure Stance.how do I skip the turn?
_recordSexualPartnersTotal at least between 100 and 110;how i get the 'surrender' skill?
Karryn can only assume Pleasure Stance when she's involved in a sexual act, handjob at the very least. When not having sex, she has to resort to other methods of not engaging her enemies, the Cautious Stance being the closest equivalent of skipping a turn. It costs energy though and increases her evasion.You can't skip the turn without spending energy until you get Pleasure Stance.
The ability to do so for no cost was removed some time ago on purpose.how do I skip the turn?