Correct Balrog's race line so that ring of Mithrandir affects them, and make faerie dragons be both faeries and dragons.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@21361 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
a9d57559f4
commit
3f0ffb9f7c
|
@ -1,3 +1,10 @@
|
|||
Fix a couple creatures missing full race options.
|
||||
Faerie dragons are both faeries and dragons.
|
||||
Balrogs are demons and Balrogs, so ring of Mithrandir fully works.
|
||||
monster/dragon/fae_drag.arc
|
||||
monster/demon/Balrog.arc
|
||||
Daniel Hawkins 2020-09-09
|
||||
|
||||
Repurpose existing unused mountain dwarf face as custom racial class face
|
||||
for dwarf barbarians. Requires r21357 to appear, otherwise does nothing,
|
||||
player/race/dwarf_player_class_barbarian.base.111.png
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Object Balrog
|
||||
name Balrog
|
||||
randomitems Balrog
|
||||
race demon
|
||||
race demon,Balrog
|
||||
face jessyb.x11
|
||||
animation jessyb
|
||||
attacktype 1029
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
Object faerie_dragon
|
||||
race faerie
|
||||
race faerie,dragon
|
||||
name faerie dragon
|
||||
randomitems wyvern
|
||||
face fae_drag.171
|
||||
|
|
Loading…
Reference in New Issue