|
From: <ms...@mo...> - 2002-12-27 10:46:07
|
On Fri, Dec 27, 2002 at 03:47:17AM -0500, ms...@mo... wrote:
> The following patch fixes a bug in the TODO list
> - Selling bio data gives an incomplete message: 'The 1000' [nothing].
>
> ... when selling life data to the melnorme merchants.
While reading father into the TODO list I noticed that this item is
fixed by the above patch as well:
---
- Melnorme conversation Will repeat the same sentence 3 times.
(because of numbers to be inserted).
---
The following [untested] patch fixes the rainbow problem. Based on what I
see from the content file the Melnorme would say three sentences but the
second two would have been incorrect for the text. I see no reason this
patch shouldn't also be applied...
Index: ./content/comm/melnorm/melnorm.txt
===================================================================
RCS file: /cvsroot/sc2/sc2/content/comm/melnorm/melnorm.txt,v
retrieving revision 1.8
diff -u -p -r1.8 melnorm.txt
--- ./content/comm/melnorm/melnorm.txt 17 Oct 2002 17:23:20 -0000 1.8
+++ ./content/comm/melnorm/melnorm.txt 27 Dec 2002 10:44:09 -0000
@@ -530,11 +530,11 @@ I wish to sell you Rainbow world locatio
#(SOLD_RAINBOW_LOCATIONS1) melno075.ogg
Your ship's log indicates that you discovered the whereabouts of
-#(SOLD_RAINBOW_LOCATIONS2) melno076.ogg
+#(SOLD_RAINBOW_LOCATIONS2)
of the Rainbow worlds which so fascinate us.
In exchange, we will give you
-#(SOLD_RAINBOW_LOCATIONS3) melno076.ogg
+#(SOLD_RAINBOW_LOCATIONS3)
Credits.
#(sell_precursor_find)
|