Replaced purple (unrecognized color) with black in magicmap and color_fg fields
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@9762 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
5e767e270e
commit
37e02cc7ff
4
CHANGES
4
CHANGES
|
@ -1,5 +1,9 @@
|
||||||
Changes for SVN top of tree:
|
Changes for SVN top of tree:
|
||||||
|
|
||||||
|
monster/animal/giant_worm/purple_worm.arc, ground/nimground/Nimground3_purple.arc:
|
||||||
|
Replaced purple (unrecognized color) with black in magicmap and color_fg fields.
|
||||||
|
Rick Tanner 2008-08-20
|
||||||
|
|
||||||
disease/incontinence.arc, disease/diarrhea.arc, disease/rabies.arc: Make puddles
|
disease/incontinence.arc, disease/diarrhea.arc, disease/rabies.arc: Make puddles
|
||||||
from diseases go away after some time, for incontinence and rabies we should
|
from diseases go away after some time, for incontinence and rabies we should
|
||||||
probably have shrinking animations, like for icor (and thus also for diarrhea),
|
probably have shrinking animations, like for icor (and thus also for diarrhea),
|
||||||
|
|
|
@ -14,6 +14,6 @@ no_pick 1
|
||||||
editable 8
|
editable 8
|
||||||
is_floor 1
|
is_floor 1
|
||||||
speed 0.3
|
speed 0.3
|
||||||
magicmap purple
|
magicmap black
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
@ -43,7 +43,7 @@ can_cast_spell 1
|
||||||
can_see_in_dark 1
|
can_see_in_dark 1
|
||||||
see_invisible 1
|
see_invisible 1
|
||||||
editable 1
|
editable 1
|
||||||
color_fg purple
|
color_fg black
|
||||||
end
|
end
|
||||||
More
|
More
|
||||||
Object purple_worm_2
|
Object purple_worm_2
|
||||||
|
@ -56,7 +56,7 @@ purple_worm.x71
|
||||||
mina
|
mina
|
||||||
x 1
|
x 1
|
||||||
alive 1
|
alive 1
|
||||||
color_fg purple
|
color_fg black
|
||||||
end
|
end
|
||||||
More
|
More
|
||||||
Object purple_worm_3
|
Object purple_worm_3
|
||||||
|
@ -69,7 +69,7 @@ purple_worm.x71
|
||||||
mina
|
mina
|
||||||
y 1
|
y 1
|
||||||
alive 1
|
alive 1
|
||||||
color_fg purple
|
color_fg black
|
||||||
end
|
end
|
||||||
More
|
More
|
||||||
Object purple_worm_4
|
Object purple_worm_4
|
||||||
|
@ -83,6 +83,6 @@ mina
|
||||||
x 1
|
x 1
|
||||||
y 1
|
y 1
|
||||||
alive 1
|
alive 1
|
||||||
color_fg purple
|
color_fg black
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue