collapse ![code/game/objects/structures/lavaland/necropolis_tendril.dm 75](git.png)
Vars | |
collected | weakref list of which mobs have gotten their loot from this effect. |
---|---|
emitted_light | a bit of light as to make less unfair deaths from the chasm |
Procs | |
has_collected | Helper proc that resolves weakrefs to determine if collector is in collected list, returning a boolean. |
Var Details
collected ![code/game/objects/structures/lavaland/necropolis_tendril.dm 84](git.png)
weakref list of which mobs have gotten their loot from this effect.
emitted_light ![code/game/objects/structures/lavaland/necropolis_tendril.dm 88](git.png)
a bit of light as to make less unfair deaths from the chasm
Proc Details
has_collected
Helper proc that resolves weakrefs to determine if collector is in collected list, returning a boolean.