diff --git a/quakeworld/items.qc b/quakeworld/items.qc index 87544d6..1e437cf 100644 --- a/quakeworld/items.qc +++ b/quakeworld/items.qc @@ -745,6 +745,7 @@ ammo_touch = case 2: // spikes if (other.ammo_nails >= 200) return; + break; other.ammo_nails = other.ammo_nails + self.aflag; case 3: // rockets if (other.ammo_rockets >= 100)