My spleen use
Function Syntax
int my_spleen_use()
Returns the number of spleen hits your character has taken this KoL day.
Code Sample
Buy and use twinkly wads as many times as possible.
if (my_spleen_use() < spleen_limit()) {
retrieve_item(spleen_limit()-my_spleen_use() , $item[twinkly wad]);
use(spleen_limit()-my_spleen_use() , $item[twinkly wad]);
}
See Also