SERVER: No longer report Ammo purchase for Bowie Knife

This commit is contained in:
MotoLegacy 2024-01-19 10:51:58 -05:00
parent b9b5d2be4a
commit 96de5e4d16

View file

@ -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) {