diff --git a/code/game/objects/structures/window.dm b/code/game/objects/structures/window.dm index a9592aa87a6..151ad1485e7 100644 --- a/code/game/objects/structures/window.dm +++ b/code/game/objects/structures/window.dm @@ -170,7 +170,7 @@ if(istype(mover) && mover.checkpass(PASSGLASS)) return 1 if(is_full_window()) - return 0 //full tile window, you can't move into it! + return !density //full tile window, you can't move into it if it's solid! if(get_dir(loc, target) & dir) return !density else diff --git a/html/changelogs/intrepid-cockpit-fixes.yml b/html/changelogs/intrepid-cockpit-fixes.yml new file mode 100644 index 00000000000..d2e482b615c --- /dev/null +++ b/html/changelogs/intrepid-cockpit-fixes.yml @@ -0,0 +1,6 @@ +author: Sparky_hotdog + +delete-after: True + +changes: + - bugfix: "Fixed an issue where you couldn't access either of the Intrepid copilot chairs without climbing over them."