Dev note: if you encounter this issue, then just typing "modtrace liver" in the graphical CLI should be an effective workaround. If not, then it should outline what Mafia thinks contributes to your liver capacity (and either is missing something or has the wrong value for one of these sources -- please let us know where the mismatch is). We know this is an ongoing issue, but have not made much progress in tracking it down. -- heeheehee
As a hacky fix you can put this in a afteradventure script:
I have been getting an error of "You are too drunk to continue." in aftercore, even though I am not. This may be related to this bug about drunkness..
Mafia is reporting my inebriety at 17/14, when it should be 17/20 I think.
> modtrace liver
I'll try to get more info on why this is happening, or what else might cause this to happen.
As a hacky fix you can put this in a afteradventure script:
Code:
if (my_inebriety()>inebriety_limit()) { cli_execute("modtrace liver"); }
I have been getting an error of "You are too drunk to continue." in aftercore, even though I am not. This may be related to this bug about drunkness..
Mafia is reporting my inebriety at 17/14, when it should be 17/20 I think.
> modtrace liver
type | source | Liver Capacity | |
Skill | Liver of Steel | +5.00 | = +5.00 |
Skill | Drinking to Drink | +1.00 | = +6.00 |
I'll try to get more info on why this is happening, or what else might cause this to happen.
Last edited: