New Content - Implemented still-beating spleen

The still-beating spleen adds +1 to the player's spleen capacity, which is reset on ascension.
The message on using the spleen is:
Code:
You eat the spleen, which is probably not how organ transplant surgery works, but your own spleen manages to assimilate some of its spleening ability regardless, which is definitely not how organ transplant surgery works.
or, you've already used one this ascension:
Code:
You have already eaten one live spleen in your lifetime, which is as many as you're willing and one more than you expected.

A slight complication is that, unlike other liver of steel / sloppy jalopy etc, there is no associated skill. This means there is no way to detect that the item has been used after the fact.
 

edgy

Member
For those of us who have already use a still-beating spleen this ascension, what should lastStillBeatingSpleen be set to for mafia to recognize the extra spleen?
 

lostcalpolydude

Developer
Staff member
The value that my_ascensions() returns. Or you can try using another one (that KoL bug has been fixed) and mafia will sort it all out then.
 
Top