mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-27 06:00:23 +01:00
* April Fool ! there's 30 minutes till midnight in my timezone so it's still valid * Powder that make the maintainer say yes * Apply suggestions from code review Co-authored-by: Cameron Lennox <killer65311@gmail.com> * Edits * Update watercloset.dm * five nights at space station toilet pls merge or else poopwater 2 pr will be next --------- 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))
|