Skip to content

Commit

Permalink
Dr Mehdi Kitt not in reduced rando modes
Browse files Browse the repository at this point in the history
  • Loading branch information
Die4Ever committed Apr 13, 2024
1 parent 404970c commit c0a361a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions DXRBalance/DeusEx/Classes/SkillComputer.uc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
class SkillComputer injects SkillComputer;

// vanilla is 1, 1, 2, 4
defaultproperties
{
LevelValues(0)=0.8
Expand Down
2 changes: 1 addition & 1 deletion DXRMapFixups/DeusEx/Classes/DXRFixupParis.uc
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ 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' );

if(!dxr.flags.IsZeroRando()) {
if(!dxr.flags.IsReducedRando()) {
foreach AllActors(class'ScriptedPawn',sp){
if(sp.BindName=="bums"){
sp.bImportant=True;
Expand Down

0 comments on commit c0a361a

Please sign in to comment.