Home
last modified time | relevance | path

Searched refs:is_shield (Results 1 – 25 of 90) sorted by relevance

1234

/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/items/
H A Dattachment.cpp599 bool is_shield = m_type == ATTACH_BUBBLEGUM_SHIELD || in updateGraphics() local
601 float wanted_node_scale = is_shield ? in updateGraphics()
617 if (is_shield && m_ticks_left < slow_flashes) in updateGraphics()
/dports/games/unnethack/unnethack-5.1.0-20131208/src/
H A Ddo_wear.c1364 } else if (is_shield(otmp)) {
1399 } else if (is_shield(otmp)) {
1484 } else if (is_shield(otmp)) {
1633 if (is_shield(otmp)) afternmv = Shield_on; in dowear()
1642 if (is_shield(otmp)) (void) Shield_on(); in dowear()
/dports/games/nethack33/nethack-3.3.1/include/
H A Dobj.h166 #define is_shield(otmp) (otmp->oclass == ARMOR_CLASS && \ macro
/dports/games/nethack33-nox11/nethack-3.3.1/include/
H A Dobj.h166 #define is_shield(otmp) (otmp->oclass == ARMOR_CLASS && \ macro
/dports/games/falconseye/falconseye-1.9.3_11/include/
H A Dobj.h166 #define is_shield(otmp) (otmp->oclass == ARMOR_CLASS && \ macro
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Ditem-prop.h117 bool is_shield(const item_def &item) PURE;
H A Dng-setup.cc145 else if (is_shield(item)) in newgame_make_item()
H A Dranged-attack.cc163 && is_shield(*defender_shield) in handle_phase_blocked()
H A Ditem-prop.cc1848 if (is_shield(item)) in item_skills()
2707 bool is_shield(const item_def &item) in is_shield() function
2727 ASSERT(is_shield(shield)); in shield_reflects()
/dports/games/nethack34-nox11/nethack-3.4.3/include/
H A Dobj.h174 #define is_shield(otmp) (otmp->oclass == ARMOR_CLASS && \ macro
/dports/games/nethack34/nethack-3.4.3/include/
H A Dobj.h174 #define is_shield(otmp) (otmp->oclass == ARMOR_CLASS && \ macro
/dports/games/vultures-eye/vulture-2.3.67/nethack/include/
H A Dobj.h174 #define is_shield(otmp) (otmp->oclass == ARMOR_CLASS && \ macro
/dports/games/nethack34-nox11/nethack-3.4.3/src/
H A Ddo_wear.c1222 else if(is_shield(otmp))
1301 } else if (is_shield(otmp)) {
1452 if (is_shield(otmp)) (void) Shield_on(); in dowear()
/dports/games/nethack34/nethack-3.4.3/src/
H A Ddo_wear.c1222 else if(is_shield(otmp))
1301 } else if (is_shield(otmp)) {
1452 if (is_shield(otmp)) (void) Shield_on(); in dowear()
/dports/games/vultures-eye/vulture-2.3.67/nethack/src/
H A Ddo_wear.c1222 else if(is_shield(otmp))
1301 } else if (is_shield(otmp)) {
1452 if (is_shield(otmp)) (void) Shield_on(); in dowear()
/dports/games/vultures-eye/vulture-2.3.67/unnethack/include/
H A Dobj.h184 #define is_shield(otmp) (otmp->oclass == ARMOR_CLASS && \ macro
/dports/games/unnethack/unnethack-5.1.0-20131208/include/
H A Dobj.h190 #define is_shield(otmp) (otmp->oclass == ARMOR_CLASS && \ macro
/dports/games/vultures-eye/vulture-2.3.67/slashem/include/
H A Dobj.h232 #define is_shield(otmp) ((otmp)->oclass == ARMOR_CLASS && \ macro
/dports/games/vultures-eye/vulture-2.3.67/slashem/src/
H A Ddo_wear.c1381 else if(is_shield(otmp))
1463 } else if (is_shield(otmp)) {
1619 if (is_shield(otmp)) (void) Shield_on(); in dowear()
/dports/games/vultures-eye/vulture-2.3.67/unnethack/src/
H A Ddo_wear.c1269 else if(is_shield(otmp))
1348 } else if (is_shield(otmp)) {
1499 if (is_shield(otmp)) (void) Shield_on(); in dowear()
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/include/
H A Dobj.h210 #define is_shield(otmp) \ macro
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/include/
H A Dobj.h210 #define is_shield(otmp) \ macro
/dports/games/xnethack/xNetHack-xnh6.1/include/
H A Dobj.h240 #define is_shield(otmp) \ macro
/dports/games/nethack33/nethack-3.3.1/src/
H A Dworn.c388 if (!is_shield(obj)) continue;
/dports/games/nethack33-nox11/nethack-3.3.1/src/
H A Dworn.c388 if (!is_shield(obj)) continue;

1234