mirror of
https://github.com/nzp-team/quakec.git
synced 2025-01-19 07:40:51 +00:00
Server: Restore hacky 90 degree mystery box spot change. Fix teddy path.
They sit again :^)
This commit is contained in:
parent
c8c57f25f7
commit
4b62411685
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue