Cleaned up NpcAct160.cpp
This commit is contained in:
parent
fc57b8e607
commit
edaf94f3c2
1 changed files with 28 additions and 21 deletions
|
@ -137,18 +137,23 @@ void ActNpc160(NPCHAR *npc)
|
|||
case 1:
|
||||
npc->ani_no = 3;
|
||||
break;
|
||||
|
||||
case 2:
|
||||
npc->ani_no = 3;
|
||||
break;
|
||||
|
||||
case 3:
|
||||
npc->ani_no = 2;
|
||||
break;
|
||||
|
||||
case 4:
|
||||
npc->ani_no = 0;
|
||||
break;
|
||||
|
||||
case 5:
|
||||
npc->ani_no = 3;
|
||||
break;
|
||||
|
||||
case 6:
|
||||
npc->ani_no = 3;
|
||||
break;
|
||||
|
@ -492,6 +497,7 @@ void ActNpc167(NPCHAR *npc)
|
|||
npc->act_no = 1;
|
||||
npc->ani_no = 1;
|
||||
break;
|
||||
|
||||
case 10:
|
||||
npc->ani_no = 0;
|
||||
|
||||
|
@ -501,6 +507,7 @@ void ActNpc167(NPCHAR *npc)
|
|||
|
||||
npc->y += npc->ym;
|
||||
break;
|
||||
|
||||
case 20:
|
||||
npc->act_no = 21;
|
||||
npc->act_wait = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue