icecream
![code/modules/food_and_drinks/restaurant/custom_order.dm 69](git.png)
Vars | |
cone_type | The type of cone we want the ice cream served in |
---|---|
icecream_name | stores tha name of our order generated on New() |
wanted_flavors | The list of flavors we want. |
Var Details
cone_type
![code/modules/food_and_drinks/restaurant/custom_order.dm 73](git.png)
The type of cone we want the ice cream served in
icecream_name
![code/modules/food_and_drinks/restaurant/custom_order.dm 77](git.png)
stores tha name of our order generated on New()
wanted_flavors
![code/modules/food_and_drinks/restaurant/custom_order.dm 71](git.png)
The list of flavors we want.