acid 
Vars | |
acid_delay | Factor of duration between acid progression |
---|---|
acid_t | Target the acid is melting |
clear_acid | Set when attempting to clear acid off of an item with extinguish_acid() to prevent an item being extinguished multiple times in a tick. |
flare_damage | How much fuel the acid drains from the flare every acid tick |
remaining | Duration left to next acid stage |
ticks_left | Acid stages left to complete melting |
Procs | |
attempt_pickup | Called by COMSIG_ITEM_PICKUP when an item is attempted to be picked up but has acid |
move_acid | Called by COMSIG_MOVABLE_MOVED when an item with acid is moved |
Var Details
acid_delay 
Factor of duration between acid progression
acid_t 
Target the acid is melting
clear_acid 
Set when attempting to clear acid off of an item with extinguish_acid() to prevent an item being extinguished multiple times in a tick.
flare_damage 
How much fuel the acid drains from the flare every acid tick
remaining 
Duration left to next acid stage
ticks_left 
Acid stages left to complete melting
Proc Details
attempt_pickup
Called by COMSIG_ITEM_PICKUP when an item is attempted to be picked up but has acid
move_acid
Called by COMSIG_MOVABLE_MOVED when an item with acid is moved