Skip to content

Commit

Permalink
Dr Kit is official
Browse files Browse the repository at this point in the history
  • Loading branch information
theastropath committed Mar 19, 2024
1 parent ac5be57 commit 23f7dda
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions DXRMapFixups/DeusEx/Classes/DXRFixupParis.uc
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,16 @@ function PreFirstEntryMapFixes()
AddSwitch( vect(897.238892, -120.852928, -9.965580), rot(0,0,0), 'catacombs_blastdoor02' );
AddSwitch( vect(-2190.893799, 1203.199097, -6.663990), rot(0,0,0), 'catacombs_blastdoorB' );

foreach AllActors(class'ScriptedPawn',sp){
if(sp.BindName=="bums"){
sp.bImportant=True;
sp.UnfamiliarName="Dr. Kit";
sp.FamiliarName="Dr. Mehdi Kit";
break;
}
}


class'PlaceholderEnemy'.static.Create(self,vectm(-362,-3444,-32));
class'PlaceholderEnemy'.static.Create(self,vectm(-743,677,-256));
class'PlaceholderEnemy'.static.Create(self,vectm(-1573,-113,-64));
Expand Down

0 comments on commit 23f7dda

Please sign in to comment.