Definition in file ai.c.
#include "crogue.h"
Go to the source code of this file.
Functions | |
| int | count_adjacent_tiles (int x, int y, int type) |
| void | monstmove (sint monst) |
| void | webspinner_build (ushort monst, ushort tile_web, ushort tile_floor) |
| void | webspinner_cower (ushort monst, ushort tile_web, ushort tile_wall) |
| void | monst_chat (ushort monst) |
|
||||||||||||||||
|
Definition at line 26 of file ai.c. References MAPSIZE_X, MAPSIZE_Y, sint, world::t, tile::type, uint, and w. Referenced by webspinner_build(), and webspinner_cower(). |
|
|
Definition at line 228 of file ai.c. References call_chatfunc, MDESC, monstcanmove(), world::plr, w, player::x, and player::y. |
|
|
||||||||||||||||
|
Definition at line 144 of file ai.c. References count_adjacent_tiles(), world::m, monstcanmove(), monstmoveto(), RANGE, world::t, tile::type, w, monster::x, and monster::y. |
|
||||||||||||||||
|
Definition at line 188 of file ai.c. References count_adjacent_tiles(), distancesquare, player::extrinsic, world::m, monstbytile(), monstmoveto(), monstmovetowardsplayer(), world::plr, STAT_FLAG_ENTANGLED, STAT_FLAGS, world::t, tile::type, w, player::x, monster::x, player::y, and monster::y. |
1.3.6