code/__DEFINES/ai/tourist.dm
BB_CUSTOMER_CURRENT_ORDER | Corresponds to the customer's order. This can be a an item typepath or an instance of a custom order datum |
---|---|
BB_CUSTOMER_CUSTOMERINFO | A reference to a customer data datum, containing stuff like saylines and food desires |
BB_CUSTOMER_EATING | Whether we're busy eating something already |
BB_CUSTOMER_ATTENDING_VENUE | A reference to the venue being attended |
BB_CUSTOMER_LEAVING | Whether we're leaving the venue entirely, either happily or forced out |
BB_CUSTOMER_SAID_CANT_FIND_SEAT_LINE | Robot customer has said their can't find seat line at least once. Used to rate limit how often they'll complain after the first time. |
Define Details
BB_CUSTOMER_ATTENDING_VENUE
A reference to the venue being attended
BB_CUSTOMER_CURRENT_ORDER
Corresponds to the customer's order. This can be a an item typepath or an instance of a custom order datum
BB_CUSTOMER_CUSTOMERINFO
A reference to a customer data datum, containing stuff like saylines and food desires
BB_CUSTOMER_EATING
Whether we're busy eating something already
BB_CUSTOMER_LEAVING
Whether we're leaving the venue entirely, either happily or forced out
BB_CUSTOMER_SAID_CANT_FIND_SEAT_LINE
Robot customer has said their can't find seat line at least once. Used to rate limit how often they'll complain after the first time.