HomeSort by relevance Sort by last modified time
    Searched refs:IT_SHELLS (Results 1 - 5 of 5) sorted by null

  /external/quake/quake/src/QW/client/
bothdefs.h 122 #define IT_SHELLS 256
sbar.c 750 if (cl.stats[STAT_ITEMS] & IT_SHELLS)
  /external/quake/quake/src/WinQuake/
quakedef.h 152 #define IT_SHELLS 256
sbar.cpp 1030 if (cl.items & IT_SHELLS)
  /external/quake/quake/src/QW/progs/
weapons.qc 873 self.items = self.items - ( self.items & (IT_SHELLS | IT_NAILS | IT_ROCKETS | IT_CELLS) );
886 self.items = self.items | IT_SHELLS;
893 self.items = self.items | IT_SHELLS;

Completed in 1987 milliseconds