summaryrefslogblamecommitdiff
path: root/npc/005-3_Snake_pit/monsters.txt
blob: 33906d465d7e2af5f513e2a5c2cbbd8fa78309ef (plain) (tree)
1
2
3
4
5
6
7
            


                                                     
                                                                   
 
                                    






                             
// Map: 05-3
// This is the Snake Pit, a cave in the Snake Desert.
//

05-3.gat,0,0,0,0	monster	Snake	1010,175,0,0,Mob22::OnSnake

05-3.gat,0,0,0	script	Mob22	-1,{
OnSnake:
	set @mobID, 1010;
	callfunc "MobPoints";
	break;

	end;
}