Skip to content

Commit

Permalink
Adjust height values for Opposing Force tentacles
Browse files Browse the repository at this point in the history
  • Loading branch information
SamVanheer committed May 22, 2022
1 parent 4af1535 commit 797c366
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ public void Apply(MapUpgradeContext context)
{
tentacle.SetModel("models/tentacle2_lower.mdl");
}

//Adjust height values to match Opposing Force's.
tentacle.SetDouble("height0", 0);
tentacle.SetDouble("height1", 136);
tentacle.SetDouble("height2", 190);
tentacle.SetDouble("height3", 328);
}
}
}
Expand Down

0 comments on commit 797c366

Please sign in to comment.