X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Ftests.qc;h=2f7dc88ba1436fffc693778aba98ddcdfad4100e;hb=2f553b6be14a316d31fe5c35df47c300ce6a1561;hp=d4562dfc22af1ca9397d71b31dd2fb86d536208f;hpb=629f6f3b55e891281bb265f8022d129d313c110f;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/tests.qc b/qcsrc/server/tests.qc index d4562dfc2..2f7dc88ba 100644 --- a/qcsrc/server/tests.qc +++ b/qcsrc/server/tests.qc @@ -23,7 +23,7 @@ TEST(Weapons, Hurt) it = a; PHYS_INPUT_BUTTON_ATCK(it) = true; - it.items |= IT_UNLIMITED_BOTH; + it.items |= IT_UNLIMITED_AMMO; Weapon wep = WEP_VORTEX; W_GiveWeapon(it, wep.m_id); W_SwitchWeapon_Force(it, wep, weaponentities[0]);