Bug - Fixed Strix stix does not list its effect in Item Manager

Terion

Member
r16531. Just noticed in my Item Manager - Food that my Strix stix does not list its effect. I would expect to see something like 40 Sugar-Frosted Pet Guts (+5 Familiar Weight) after the adventures and stat gain.

I checked the modifier maximizer for familiar weight, and it does suggest eating the Strix stix, so Mafia does know the food gives that effect; it just isn't listed in item manager.
 

heeheehee

Developer
Staff member
It looks like the extra comment in the Item Manager reads the item notes. For instance:
Code:
> ash $item[handful of smithereens].notes

Returned: 100 Smithsness Presence (Smithsness: +10)
 

heeheehee

Developer
Staff member
So, the easiest overall "fix" would be to just print something like
<effect duration> <effect name> (<effect modifiers>)
but that can potentially be unnecessarily verbose (e.g. "Maximum HP: +50, HP Regen Min: 4, HP Regen Max: 10" vs the existing "+50 HP, +4-10 HP regen").
 

Veracity

Developer
Staff member
I'm content to simply print the "notes" and have that be what we decide is appropriate.
 
Top