vine_tangle
Vars | |
vine_duration | how long does a vine attached to something last (and its leash) (lasts twice as long on nonliving things) |
---|---|
vine_grab_distance | How far away a plant can attach a vine to something |
vines | An assoc list of all the plant's vines (beam = leash) |
Procs | |
remove_vine | Removes a vine from the list. |
Var Details
vine_duration
how long does a vine attached to something last (and its leash) (lasts twice as long on nonliving things)
vine_grab_distance
How far away a plant can attach a vine to something
vines
An assoc list of all the plant's vines (beam = leash)
Proc Details
remove_vine
Removes a vine from the list.
Removes the vine from our list. Called specifically when the vine is about to be destroyed, so we don't have any null references. Arguments:
- datum/beam/vine - The vine to be removed from the list.