Server: Restore hacky 90 degree mystery box spot change. Fix teddy path.

They sit again :^)
This commit is contained in:
Steam Deck User 2022-12-27 13:16:16 -05:00
parent c8c57f25f7
commit 4b62411685

View file

@ -1536,8 +1536,9 @@ void() mystery_box_tp_spot =
setmodel (self, "models/props/teddy.mdl");
setsize (self, VEC_HULL2_MIN, VEC_HULL2_MAX);
if (self.model == "progs/Misc/teddy.mdl") {
if (self.model == "models/props/teddy.mdl") {
self.frame = 2;
self.angles_y -= 90;
}
boxLocations[boxCount] = self;