Skip to content

Commit

Permalink
Add button to open door at the base of the shoreside Ocean Lab base from
Browse files Browse the repository at this point in the history
the inside
  • Loading branch information
theastropath committed Aug 2, 2023
1 parent 490b907 commit f3ca1ed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions DXRMapFixups/DeusEx/Classes/DXRFixupVandenberg.uc
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,13 @@ function PreFirstEntryMapFixes()
break;

case "14_VANDENBERG_SUB":
//Elevator down to lower level
AddSwitch( vect(3790.639893, -488.639587, -369.964142), rot(0, 32768, 0), 'Elevator1');
AddSwitch( vect(3799.953613, -446.640015, -1689.817993), rot(0, 16384, 0), 'Elevator1');

//Door into base from shore (inside)
AddSwitch( vect(2279.640137,3638.638184,-398.255676), rot(0, -16384, 0), 'door_base');

foreach AllActors(class'KarkianBaby',kb) {
if(kb.BindName == "tankkarkian"){
kb.BindName = "TankKharkian";
Expand Down

0 comments on commit f3ca1ed

Please sign in to comment.