diff options
Diffstat (limited to 'npc/003-2-1/demure.txt')
-rw-r--r-- | npc/003-2-1/demure.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/003-2-1/demure.txt b/npc/003-2-1/demure.txt index 362c9f28d..751335990 100644 --- a/npc/003-2-1/demure.txt +++ b/npc/003-2-1/demure.txt @@ -33,6 +33,10 @@ mes "Blame Saulc"; close; +OnHydra: + areamonster "003-2-1", 20, 20, 65, 60, strmobinfo(1, GreenDragon, GreenDragon, any(1,1,2)); + end; + OnInit: .@npcId = getnpcid(.name$); setunitdata(.@npcId, UDT_HEADTOP, Cap); |