Piñata Fix

Bug: The caretaker’s FindCaretakerInteraction method had lowerName.Contains(“fill”) as a keyword match for Priority 4 (“Prepare” interactions intended for buffets). This matched the piñata’s “Fill” interaction, so every tick the caretaker would push “Fill” on every piñata on the lot. When the lot state was saved and reloaded, all piñatas appeared filled/in-process. Fix: Removed the overly […]