I've set the race of elemental witches to match
those of the other elementals. This is going to make anti-elemental slayings work against them, as they are supposed to. git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/trunk/arch@2122 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
f78cff53a8
commit
11c5cd4ec8
|
@ -1,6 +1,6 @@
|
||||||
Object air_witch
|
Object air_witch
|
||||||
name air witch
|
name air witch
|
||||||
race elemental
|
race air_elemental
|
||||||
face witch_air.111
|
face witch_air.111
|
||||||
color_fg light_blue
|
color_fg light_blue
|
||||||
randomitems witch_air
|
randomitems witch_air
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Object earth_witch
|
Object earth_witch
|
||||||
name earth witch
|
name earth witch
|
||||||
race elemental
|
race earth_elemental
|
||||||
face witch_earth.111
|
face witch_earth.111
|
||||||
color_fg dark_orange
|
color_fg dark_orange
|
||||||
randomitems witch_earth
|
randomitems witch_earth
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Object fire_witch
|
Object fire_witch
|
||||||
name fire witch
|
name fire witch
|
||||||
race elemental
|
race fire_elemental
|
||||||
face witch_fire.111
|
face witch_fire.111
|
||||||
color_fg red
|
color_fg red
|
||||||
randomitems witch_fire
|
randomitems witch_fire
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Object water_witch
|
Object water_witch
|
||||||
name water witch
|
name water witch
|
||||||
race elemental
|
race water_elemental
|
||||||
face witch_water.111
|
face witch_water.111
|
||||||
color_fg blue
|
color_fg blue
|
||||||
randomitems witch_water
|
randomitems witch_water
|
||||||
|
|
Loading…
Reference in New Issue