mirror of
https://github.com/nzp-team/quakec.git
synced 2024-11-12 23:44:34 +00:00
SERVER: No longer report Ammo purchase for Bowie Knife
This commit is contained in:
parent
b9b5d2be4a
commit
96de5e4d16
1 changed files with 1 additions and 1 deletions
|
@ -327,7 +327,7 @@ void () WallWeapon_TouchTrigger =
|
|||
else if (self.weapon == W_BOWIE)
|
||||
{
|
||||
if (!other.bowie) {
|
||||
useprint(other, 3, self.cost2, self.weapon);
|
||||
useprint(other, 4, self.cost2, self.weapon);
|
||||
if (other.button7)
|
||||
{
|
||||
if (other.points < self.cost2) {
|
||||
|
|
Loading…
Reference in a new issue