|
From: Crossfire C. r. messages.
<cro...@li...> - 2008-08-20 19:37:55
|
Revision: 9762
http://crossfire.svn.sourceforge.net/crossfire/?rev=9762&view=rev
Author: rjtanner
Date: 2008-08-20 19:37:47 +0000 (Wed, 20 Aug 2008)
Log Message:
-----------
Replaced purple (unrecognized color) with black in magicmap and color_fg fields
Modified Paths:
--------------
arch/trunk/CHANGES
arch/trunk/ground/nimground/Nimground3_purple.arc
arch/trunk/monster/animal/giant_worm/purple_worm.arc
Modified: arch/trunk/CHANGES
===================================================================
--- arch/trunk/CHANGES 2008-08-19 22:25:11 UTC (rev 9761)
+++ arch/trunk/CHANGES 2008-08-20 19:37:47 UTC (rev 9762)
@@ -1,5 +1,9 @@
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
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),
Modified: arch/trunk/ground/nimground/Nimground3_purple.arc
===================================================================
--- arch/trunk/ground/nimground/Nimground3_purple.arc 2008-08-19 22:25:11 UTC (rev 9761)
+++ arch/trunk/ground/nimground/Nimground3_purple.arc 2008-08-20 19:37:47 UTC (rev 9762)
@@ -14,6 +14,6 @@
editable 8
is_floor 1
speed 0.3
-magicmap purple
+magicmap black
end
Modified: arch/trunk/monster/animal/giant_worm/purple_worm.arc
===================================================================
--- arch/trunk/monster/animal/giant_worm/purple_worm.arc 2008-08-19 22:25:11 UTC (rev 9761)
+++ arch/trunk/monster/animal/giant_worm/purple_worm.arc 2008-08-20 19:37:47 UTC (rev 9762)
@@ -43,7 +43,7 @@
can_see_in_dark 1
see_invisible 1
editable 1
-color_fg purple
+color_fg black
end
More
Object purple_worm_2
@@ -56,7 +56,7 @@
mina
x 1
alive 1
-color_fg purple
+color_fg black
end
More
Object purple_worm_3
@@ -69,7 +69,7 @@
mina
y 1
alive 1
-color_fg purple
+color_fg black
end
More
Object purple_worm_4
@@ -83,6 +83,6 @@
x 1
y 1
alive 1
-color_fg purple
+color_fg black
end
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|