X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fitems.qh;h=62f2d8551e7c58716280895cd8c7bbc0ce531745;hb=aa4c896acf8088d26fcbd5ff4e3f6e7a0acb0600;hp=a410474eb559d98500fc3ad9e12f43743f9ecd95;hpb=353583ae1fbdd0c6fc7c2b53148e4e5e868eec99;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/items.qh b/qcsrc/common/items.qh index a410474eb..62f2d8551 100644 --- a/qcsrc/common/items.qh +++ b/qcsrc/common/items.qh @@ -49,6 +49,8 @@ float IT_AMMO = 8064; // IT_SHELLS | IT_NAILS | IT_ROCKETS | IT_CELLS | IT_S float IT_PICKUPMASK = 51; // IT_FUEL_REGEN | IT_JETPACK | IT_UNLIMITED_AMMO; // strength and invincible are handled separately float IT_UNLIMITED_AMMO = 3; // IT_UNLIMITED_SUPERWEAPONS | IT_UNLIMITED_WEAPON_AMMO; +float AMMO_COUNT = 4; // amount of ammo types to show in the inventory panel + // variables: string weaponorder_byid; string weaponorder_byimpulse;