Fixed inaccuracy in NPC121 (Colon)
This commit is contained in:
parent
48459ae1ab
commit
3cf1e68b73
1 changed files with 8 additions and 6 deletions
|
@ -66,7 +66,8 @@ void ActNpc121(NPCHAR *npc)
|
|||
|
||||
npc->rect = rect[npc->ani_no];
|
||||
}
|
||||
|
||||
else
|
||||
{
|
||||
npc->rect = rect[2];
|
||||
|
||||
if (++npc->act_wait > 100)
|
||||
|
@ -75,6 +76,7 @@ void ActNpc121(NPCHAR *npc)
|
|||
SetCaret(npc->x, npc->y, 5, 0);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
//Colon (attacking)
|
||||
void ActNpc122(NPCHAR *npc)
|
||||
|
|
Loading…
Add table
Reference in a new issue