/tg/ Station 13 - Modules - TypesVar Details - Proc Details

ice_cream_flavour

Vars

colorThe colour of the ice cream for non-custom flavours.
hiddenIs this flavour shown in the ice cream vat menu or not?
ingredientsThe ingredients required to produce a unit with the ice cream vat, these are multiplied by 3.
ingredients_textThe same as above, but in a readable text generated on New() that can also contain fluff ingredients such as "lot of love" or "optional flavorings".
nameMake sure the same name is not found on other types; These are singletons keyed by their name after all.
reagent_amountthe amount of reagent added in 'add_flavour()'
reagent_typethe reagent added in 'add_flavour()'
takes_custom_ingredientsWhether this type of ice cream will take custom ingredients from a beaker in the ice cream vat.

Procs

add_flavourAdds a new flavour to the ice cream cone.

Var Details

color

The colour of the ice cream for non-custom flavours.

hidden

Is this flavour shown in the ice cream vat menu or not?

ingredients

The ingredients required to produce a unit with the ice cream vat, these are multiplied by 3.

ingredients_text

The same as above, but in a readable text generated on New() that can also contain fluff ingredients such as "lot of love" or "optional flavorings".

name

Make sure the same name is not found on other types; These are singletons keyed by their name after all.

reagent_amount

the amount of reagent added in 'add_flavour()'

reagent_type

the reagent added in 'add_flavour()'

takes_custom_ingredients

Whether this type of ice cream will take custom ingredients from a beaker in the ice cream vat.

Proc Details

add_flavour

Adds a new flavour to the ice cream cone.