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