ice_cream_holder
Ice Cream Holder: Allows the edible parent object to be used as an ice cream cone (or cup... in a next future).
Vars | |
change_name | Changes the name of the food depending on amount and flavours of ice cream on it. |
---|---|
filled_name | name to use, if set, in place of [src] on update_name. |
max_scoops | Number of servings of ice cream it can get through normal methods. |
scoops | List of servings of ice cream it is holding at the moment. |
special_scoops | Servings of ice cream with custom names as key, and their base ones as assoc. (useful for mob/custom ice cream) |
x_offset | pixel offsets for scoop overlays. Useful for objects with off-centered sprites. |
Procs | |
on_examine_more | Only one flavour. Many flavours. |
on_item_attack_obj | Attack the ice cream vat to get some ice cream. This will change as new ways of getting ice cream are added. |
on_update_name | There is no easy way to add servings to those non-item edibles, but I won't stop you. |
on_update_overlays | Only one flavour. Many flavours. |
Var Details
change_name
Changes the name of the food depending on amount and flavours of ice cream on it.
filled_name
name to use, if set, in place of [src] on update_name.
max_scoops
Number of servings of ice cream it can get through normal methods.
scoops
List of servings of ice cream it is holding at the moment.
special_scoops
Servings of ice cream with custom names as key, and their base ones as assoc. (useful for mob/custom ice cream)
x_offset
pixel offsets for scoop overlays. Useful for objects with off-centered sprites.
Proc Details
on_examine_more
Only one flavour. Many flavours.
on_item_attack_obj
Attack the ice cream vat to get some ice cream. This will change as new ways of getting ice cream are added.
on_update_name
There is no easy way to add servings to those non-item edibles, but I won't stop you.
on_update_overlays
Only one flavour. Many flavours.