code/game/objects/effects/bump_teleporter.dm
/obj/effect/bump_teleporter | Abstract effect, that when a mob touches it, it will forceMove them to the teleporter-exit point (that matches the ID set map-side). |
---|---|
/obj/effect/bump_teleporter/filtering | Subtype that uses do_teleport instead, to leverage any NO_TELEPORT traits that you might need to add in a given map |