wall_walker
This element will allow the mob it's attached to to pass through a specified type of wall, and drag anything through it.
Vars | |
or_trait | What trait on turfs allows us to pass through? Can be used as OR if wall_type is null, or AND if it's set. |
---|---|
wall_type | What kind of walls can we pass through? |
Procs | |
exit_wall | If the wall is of the proper type, pull whatever you're pulling into it |
try_pass_wall | If the wall is of the proper type, pass into it and keep hold on whatever you're pulling |
Var Details
or_trait
What trait on turfs allows us to pass through? Can be used as OR if wall_type is null, or AND if it's set.
wall_type
What kind of walls can we pass through?
Proc Details
exit_wall
If the wall is of the proper type, pull whatever you're pulling into it
try_pass_wall
If the wall is of the proper type, pass into it and keep hold on whatever you're pulling