Skip to content

Commit

Permalink
Fix #436: boarding MMSEV from EVA no longer has you fall through the …
Browse files Browse the repository at this point in the history
…ground
  • Loading branch information
JonnyOThan committed Oct 23, 2024
1 parent 4248296 commit 3433cf9
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions GameData/FreeIva/MMSEV/Configs/MMSEV.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,13 @@
cameraTransformName = hatchRightCamera
}
// both doors are placed right on top of each other, in opposite directions
// just mark them both as airlock so it works no matter which one gets targeted.
@PROP[htProps_HatchDoor],*
// there are two doors placed on top of each other in opposite directions
// this messes with the boarding-from-eva logic, so just remove the one facing outwards
!PROP[htProps_HatchDoor],0
{
}
@PROP[htProps_HatchDoor]
{
MODULE
{
Expand Down

0 comments on commit 3433cf9

Please sign in to comment.