Home
last modified time | relevance | path

Searched refs:ET_WALL_WALK (Results 1 – 6 of 6) sorted by relevance

/dports/games/nlarn/nlarn-NLarn-0.7.6/inc/
H A Deffects.h81 ET_WALL_WALK, /* ability to walk through walls */ enumerator
/dports/games/nlarn/nlarn-NLarn-0.7.6/src/
H A Deffects.c347 ET_WALL_WALK, "ET_WALL_WALK", 20, TRUE, "wall-walk",
H A Dgame.c382 && !player_effect(g->p, ET_WALL_WALK)) in game_spin_the_wheel()
H A Dspells.c300 SC_PLAYER, DAM_NONE, ET_WALL_WALK, spell_type_player,
H A Dplayer.c853 if (e->type == ET_WALL_WALK) in player_make_move()
1318 && player_effect(p, ET_WALL_WALK)) in player_move()
H A Ddisplay.c585 if ((e->type == ET_WALL_WALK || e->type == ET_LEVITATION) in display_paint_screen()