Sweetgrove: Hammer the Healer selling Invisible Herbs #216
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
There are invisible items which can be bought and cost gold, but do not appear in any character's inventory.
This shop is a healing shop which means the "items" for sale are actually events that heal the party or cure status effects. Since your party is at full health, it's correct for it to be empty, but it's definitely a bug that clicking the empty space does something...
I'll try to find the bug causing empty slots to be 'buyable' but:
This is an instance of a general class of UI mistake called "Giving the user a menu of no-choice".
It would be more useful - particularly for n00b players - to receive "No-one is in need of healing" in response to an attempt to open the healing shop when all members are at full health.
After selecting item 'a'
Savefile for sweetgrove healer:
Sweetgrove3k.zip
Seems like this might be caused in part by
what_pickedbeing unsigned…Does this happen in the original game? Healing used to be handled as a separate case from item shops, so I could imagine him coding in an exception when there's no-one to heal…