Cleaned up NpcAct140.cpp
This commit is contained in:
parent
601e511bff
commit
fc57b8e607
1 changed files with 21 additions and 18 deletions
|
@ -1889,12 +1889,15 @@ void ActNpc158(NPCHAR *npc)
|
||||||
case 0:
|
case 0:
|
||||||
npc->count1 = 0xA0;
|
npc->count1 = 0xA0;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 1:
|
case 1:
|
||||||
npc->count1 = 0xE0;
|
npc->count1 = 0xE0;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 2:
|
case 2:
|
||||||
npc->count1 = 0x20;
|
npc->count1 = 0x20;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 3:
|
case 3:
|
||||||
npc->count1 = 0x60;
|
npc->count1 = 0x60;
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Add table
Reference in a new issue