Scripts/Deadmines: link Foundry Door to Foe Reaper 5000's boss state

This commit is contained in:
Ovalord
2018-02-18 19:00:32 +01:00
parent e9753cf1b0
commit db762cc644
2 changed files with 3 additions and 1 deletions

View File

@@ -91,7 +91,8 @@ enum DMGameObjects
GO_DEFIAS_CANNON = 16398,
GO_DOOR_LEVER = 101833,
GO_MAST_ROOM_DOOR = 16400,
GO_HEAVY_DOOR = 17153
GO_HEAVY_DOOR = 17153,
GO_FOUNDRY_DOOR = 16399
};

View File

@@ -43,6 +43,7 @@ DoorData const doorData[] =
{ GO_FACTORY_DOOR, DATA_GLUBTOK, DOOR_TYPE_PASSAGE },
{ GO_MAST_ROOM_DOOR, DATA_HELIX_GEARBREAKER, DOOR_TYPE_PASSAGE },
{ GO_HEAVY_DOOR, DATA_HELIX_GEARBREAKER, DOOR_TYPE_ROOM },
{ GO_FOUNDRY_DOOR, DATA_FOE_REAPER_5000, DOOR_TYPE_PASSAGE },
{ 0, 0, DOOR_TYPE_ROOM }, // END
};