blocks_explosives
Apply this element to a movable atom when you want it to block explosions It will mirror the blocking down to that movable's turf, keeping explosion work cheap
Procs | |
block_loc | Applies a block amount to a turf. proc for convenince |
---|---|
blocker_moved | Essentially just blocking_changed except we remove from the old loc, and add to the new one |
blocking_changed | Call this when our blocking well, changes. we'll update our turf(s) with the details |
unblock_loc | Removes a block amount from a turf. proc for convenince |
Proc Details
block_loc
Applies a block amount to a turf. proc for convenince
blocker_moved
Essentially just blocking_changed except we remove from the old loc, and add to the new one
blocking_changed
Call this when our blocking well, changes. we'll update our turf(s) with the details
unblock_loc
Removes a block amount from a turf. proc for convenince