SERVER: Improve CastleOfDoom Barricade hopping

This commit is contained in:
cypress 2024-01-01 17:08:17 -05:00
parent 69d86ed722
commit b1c0541e15
1 changed files with 2 additions and 1 deletions

View File

@ -180,6 +180,7 @@ void() Compat_ConvertPropScaling =
{
// Manual Tweaking
Compat_ConvertPropScale("models/props/sandbags.mdl", 0.88);
Compat_ConvertPropScale("models/props/lamp_oil.mdl", 0.75);
// Automatic
Compat_ConvertWorldModelScales();
@ -284,7 +285,7 @@ void() Compat_ConvertBetaBarricade =
self.idlebox = self.box1 + (v_forward * -50);
self.hop_spot = self.origin + v_forward * 50;
self.hop_spot_x -= 5;
self.hop_spot_z -= 25;
self.hop_spot_z -= 20;
self.scale = 0.75;
}