コード例 #1
0
static void npc_next_pos_07(dungeon *d, npc *c, pair_t next)
{
  /*     smart;     telepathic;     tunneling; not erratic */
  npc_next_pos_gradient(d, c, next);
}
コード例 #2
0
ファイル: npc.cpp プロジェクト: NotGoodAtCoding/CS327
static void npc_next_pos_03(dungeon_t *d, character *c, pair_t next)
{
  /*     smart;     telepathic; not tunneling; not erratic */
  npc_next_pos_gradient(d, c, next);
}