mirror of
https://github.com/nzp-team/quakec.git
synced 2024-11-12 23:44:34 +00:00
Merge branch 'main' of https://github.com/nzp-team/quakec
This commit is contained in:
commit
ee49f7b1b8
1 changed files with 7 additions and 0 deletions
|
@ -2221,4 +2221,11 @@ void () Weapon_Logic =
|
|||
self.currentammo = self.weapons[0].weapon_reserve;
|
||||
self.currentmag = self.weapons[0].weapon_magazine;
|
||||
self.currentmag2 = self.weapons[0].weapon_magazine_left;
|
||||
self.weaponskin = self.weapons[0].weapon_skin;
|
||||
|
||||
#ifndef FTE
|
||||
|
||||
self.weapon2skin = self.weapons[0].weapon_skin;
|
||||
|
||||
#endif // FTE
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue