mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-22 05:25:15 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user