Fixed an inventory error with the chaos dragon, colourspray was inside of a ground tile for some reason; reinserted the spell back in to the normal inventory so the dragon has access to the spell again
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@10178 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
8c0191e3e1
commit
74943c46d8
|
@ -711,20 +711,14 @@ move_type walk fly_low
|
||||||
arch gem
|
arch gem
|
||||||
nrof 600
|
nrof 600
|
||||||
end
|
end
|
||||||
arch sorcerer_book
|
|
||||||
name stones
|
|
||||||
face largestone.111
|
|
||||||
randomitems none
|
|
||||||
no_pick 1
|
|
||||||
arch spell_color_spray
|
|
||||||
end
|
|
||||||
end
|
|
||||||
arch spell_sm_lightning
|
arch spell_sm_lightning
|
||||||
end
|
end
|
||||||
arch abil_icestorm
|
arch abil_icestorm
|
||||||
end
|
end
|
||||||
arch spell_mass_confusion
|
arch spell_mass_confusion
|
||||||
end
|
end
|
||||||
|
arch spell_color_spray
|
||||||
|
end
|
||||||
end
|
end
|
||||||
arch large_stones
|
arch large_stones
|
||||||
x 3
|
x 3
|
||||||
|
|
Loading…
Reference in New Issue