bool CheckPrice(WagonSlot slot) { return(DarkestDungeonManager.Campaign.Estate.Currencies["gold"].amount >= slot.Cost); }