Bug - Fixed Wrong text in questslog.txt for questESpJunglePun

Crowther

Active member
PHP:
Return to the <a class=nounder target=mainpane href=place.php?whichplace=airport_spooky><b>radio</b></a> to turn in your puns.

The step2 text from the bucket quest got into the pun quest, instead of the above text.
Code:
Index: KoLmafia/src/data/questslog.txt
===================================================================
--- KoLmafia/src/data/questslog.txt	(revision 14957)
+++ KoLmafia/src/data/questslog.txt	(working copy)
@@ -88,7 +88,7 @@
 questESlSprinkles	A Light Sprinkle	Gather sprinkles from the Sloppy Seconds Diner for Broden.	Take the can of sprinkles back to Broden.	You collected sprinkles for Broden the Brogre.
 questESlDebt	Beat Dead the Deadbeats	Collect debts from Broden's former customers on the Sunken Party Yacht.	Take the broupons back to Broden.	You collected Broden the Brogre's debts for him.
 questESpEVE	Choking on the Rind	Your mysterious contact wants you to neutralize project E-V-E-6 in the Secret Government Laboratory.	Return to the radio and report your success.	(no completion message)
-questESpJunglePun	Pungle in the Jungle	Equip the encrypted micro-cassette recorder.	Your mysterious contact wants you to wander around the Deep Dark Jungle coming up with puns.	Return to the radio to collect your reward and get rid of this nasty bucket.	(no completion message)
+questESpJunglePun	Pungle in the Jungle	Equip the encrypted micro-cassette recorder.	Your mysterious contact wants you to wander around the Deep Dark Jungle coming up with puns.	Return to the radio to turn in your puns.	(no completion message)
 questESpGore	Gore Tipper	Equip the gore bucket.	Your mysterious contact wants you to go to the Secret Government Laboratory and clean up gore.	Return to the radio to collect your reward and get rid of this nasty bucket.	(no completion message)
 questESpClipper	The Big Clipper	Your mysterious contact wants you to gather fingernail clippings from the Mansion of Dr. Weirdeaux.	(missing message)	(no completion message)
 questESpFakeMedium	Fake Medium at Large	Your mysterious contact wants you to go to the Secret Government Laboratory and acquire an ESP suppression collar.	Take the collar back to the radio to collect your payment.	(no completion message)
I was lucky enough to get the quest a second time today, so I was able to test the above patch. It worked for me.
 
Top