Guncode Agony 4.1: Portal Intermission (#87803)

## About The Pull Request

Closes #75447 by allowing projectiles to pass through portals. This does
not allow for infinite loops for sanity (including host's) reasons.

Can safely be merged before #87740

## Changelog
🆑
fix: Many years later, projectiles finally can pass through portals -
this time without crashing the server.
/🆑
This commit is contained in:
SmArtKar
2024-11-14 19:53:57 +01:00
committed by GitHub
parent a2c1e27105
commit 97cd0ea5fb
3 changed files with 21 additions and 15 deletions
@@ -103,7 +103,7 @@
light_on = FALSE
wibbles = FALSE
/obj/effect/portal/jaunt_tunnel/teleport(atom/movable/M)
/obj/effect/portal/jaunt_tunnel/teleport(atom/movable/M, force = FALSE)
. = ..()
if(.)
// KERPLUNK