Missed a few skills that should be in the Grand Titan inventory. Added with
this commit. git-svn-id: svn://svn.code.sf.net/p/crossfire/code/trunk/maps@4793 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
714858e198
commit
7c6c269741
|
@ -51,10 +51,6 @@ arch spell_paralyze
|
||||||
end
|
end
|
||||||
arch abil_slow
|
arch abil_slow
|
||||||
end
|
end
|
||||||
arch skill_sorcery
|
|
||||||
end
|
|
||||||
arch skill_pyromancy
|
|
||||||
end
|
|
||||||
arch skill_missile_weapon
|
arch skill_missile_weapon
|
||||||
end
|
end
|
||||||
arch plate_mail
|
arch plate_mail
|
||||||
|
@ -77,4 +73,20 @@ end
|
||||||
arch corpse
|
arch corpse
|
||||||
weight 750000
|
weight 750000
|
||||||
end
|
end
|
||||||
|
arch abil_fear
|
||||||
|
end
|
||||||
|
arch spell_sm_lightning
|
||||||
|
end
|
||||||
|
arch skill_sorcery
|
||||||
|
end
|
||||||
|
arch skill_pyromancy
|
||||||
|
end
|
||||||
|
arch skill_evocation
|
||||||
|
end
|
||||||
|
arch skill_summoning
|
||||||
|
end
|
||||||
|
arch skill_use_magic_item
|
||||||
|
end
|
||||||
|
arch skill_punching
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue