Searched refs:IT_INVULNERABILITY (Results 1 – 9 of 9) sorted by relevance
140 #define IT_INVULNERABILITY 1048576 macro
677 if ( (cl.stats[STAT_ITEMS] & (IT_INVISIBILITY | IT_INVULNERABILITY) ) in Sbar_DrawFace()678 == (IT_INVISIBILITY | IT_INVULNERABILITY) ) in Sbar_DrawFace()693 if (cl.stats[STAT_ITEMS] & IT_INVULNERABILITY) in Sbar_DrawFace()725 if (cl.stats[STAT_ITEMS] & IT_INVULNERABILITY) in Sbar_DrawNormal()
474 else if (cl.stats[STAT_ITEMS] & IT_INVULNERABILITY) in V_CalcPowerupCshift()
884 if ( (cl.items & (IT_INVISIBILITY | IT_INVULNERABILITY) ) in Sbar_DrawFace()885 == (IT_INVISIBILITY | IT_INVULNERABILITY) ) in Sbar_DrawFace()900 if (cl.items & IT_INVULNERABILITY) in Sbar_DrawFace()972 if (cl.items & IT_INVULNERABILITY) in Sbar_Draw()
164 #define IT_INVULNERABILITY 1048576 macro
465 else if (cl.items & IT_INVULNERABILITY) in V_CalcPowerupCshift()
46 (IT_KEY1 | IT_KEY2 | IT_INVISIBILITY | IT_INVULNERABILITY | IT_SUIT | IT_QUAD) );542 self.items = self.items | IT_INVULNERABILITY;563 self.items = self.items | IT_INVULNERABILITY;1019 self.items = self.items - IT_INVULNERABILITY;
1370 self.items = IT_INVULNERABILITY;1490 other.items = other.items | IT_INVULNERABILITY;
310 float IT_INVULNERABILITY = 1048576;