- Jul 17, 2019
- 2,295
- 958
New hotfix!
Fixes the bug with the 'assign' UI, adds some more tweaks along the same lines, a few sounds&pictures and a semi-secret sheep encounter. Might be unstable, because I had to cut out some parts of my current build to maintain save compatibility.
Basically, your minions become 'unruly' when either one of them is at least as powerful (the 'power' stat) as the dragon, or there are at least [2*dragon.power + dragon.fear] of them. Not all minions develop a taste for human flesh, e.g. all Dragon Priestesses, smuggler guards, the two asps, Succubi, Frost Wyrms and some others are 'safe' and don't count against either limit. So stuffing your lair full of goblins is a bad idea, but filling it with snakes is okay.
The other two safety measures are that 'unruly' minions can only eat girls who are weaker than the most powerful of them, and minions assigned to torturing captives (not just cages, but cages with a female inside) also don't count.
So what you do is:
Fixes the bug with the 'assign' UI, adds some more tweaks along the same lines, a few sounds&pictures and a semi-secret sheep encounter. Might be unstable, because I had to cut out some parts of my current build to maintain save compatibility.
There should be a message saying 'But not all of his party can swim...'. I suppose it might be easy to read past it, but it's there.I didn't realize it was minion dependent.
Should be fixed now, I hope.bug
File "game/_script/lair/lair - screen.rpy", line 644, in execute
if room.girl:
AttributeError: 'Room' object has no attribute 'girl'
Close. It's fear and power both. This thing came up in the chronicles of the 'impossible' test dragon, too.My other question is how do you stop your minions from eating your captives? Is it dependent on the number of minions and your fear?
Basically, your minions become 'unruly' when either one of them is at least as powerful (the 'power' stat) as the dragon, or there are at least [2*dragon.power + dragon.fear] of them. Not all minions develop a taste for human flesh, e.g. all Dragon Priestesses, smuggler guards, the two asps, Succubi, Frost Wyrms and some others are 'safe' and don't count against either limit. So stuffing your lair full of goblins is a bad idea, but filling it with snakes is okay.
The other two safety measures are that 'unruly' minions can only eat girls who are weaker than the most powerful of them, and minions assigned to torturing captives (not just cages, but cages with a female inside) also don't count.
So what you do is:
- Make sure your girls aren't weaker than your most powerful 'free' minion.
- If they are, either weaken the minions by stripping them of HP (and thus 'power') via battles or escaping from battles; or give the 'overpowered' minions some girls to torture.