mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-24 05:38:15 +01:00
Co-authored-by: Reo Lozzot <84661000+ReoDaProtovali@users.noreply.github.com> Co-authored-by: Cameron Lennox <killer65311@gmail.com>
8 lines
376 B
Plaintext
8 lines
376 B
Plaintext
// For some reason, /landmark seems to be near-exclusively used for spawnpoints. Yet it's also being used here as the shit output.
|
|
// I smell a refactor/repath in the future, but that time is not now.
|
|
/obj/effect/landmark/teleplumb_exit
|
|
name = "teleplumbing exit"
|
|
|
|
/obj/effect/landmark/teleplumb_exit/Entered(atom/movable/thing, atom/old_loc)
|
|
thing.forceMove(get_turf(src))
|