/datum/component/lingering
Vars | |
affect_callback | A callback on the parent to be called when it tries to apply an affect on an atom |
---|---|
safeties_typecache | A list of things that if even one is on the tile, will prevent the effect |
Procs | |
Initialize | Lingering component |
Var Details
affect_callback
A callback on the parent to be called when it tries to apply an affect on an atom
safeties_typecache
A list of things that if even one is on the tile, will prevent the effect
Proc Details
Initialize
Lingering component
essentially caltrops, but it keeps triggering every SSobj tick
vars:
- affect_callback (required) A callback that triggers a proc that returns true or false, false will stop the processing of the component
- safeties_typecache (optional) A list of typepaths that if they're on the same tile will prevent the effect