Spleen limit incorrect

T_E

Member
Hello,

I had to do a fresh install of Mafia on my laptop. For one of my characters, my spleen should be 16, not 15, but Mafia thinks that it is 15. I've tried consuming the extra 1 spleen manually, which works, but it resulted in 16/15 in Mafia and hasn't updated it going forward. Is there a setting I'm missing somewhere?
Apologies if I missed this information somewhere on the forum- I did a search but didn't find the answer.

Thanks in advance for any assistance!
 

heeheehee

Developer
Staff member
Probably the still-beating spleen reward from the Avatar of Ed path.

In the gCLI,
Code:
ashq set_property("lastStillBeatingSpleen", my_ascensions())
should do the trick.

(I don't think there's an automatic way to detect that :/)
 

T_E

Member
Probably the still-beating spleen reward from the Avatar of Ed path.

In the gCLI,
Code:
ashq set_property("lastStillBeatingSpleen", my_ascensions())
should do the trick.

(I don't think there's an automatic way to detect that :/)

Yep, that was the reason (and the fix, too)... thank you so much!
 
Top