Bug - Fixed Bad Spoiler Info

Bale

Minion
KoLmafia has the wrong spoiler info for the choice adventure One Elegant Nightstand. (Shown below.)

The second choice gives an elegant nightstick
The third (sixth) choice is the one that allows you to skip the adventure


Code:
<body><img src='/images/itemimages/blank.gif' id='dragged'><div id='debug'></div><div class=contextmenu id='skillmenu'></div><div class=contextmenu id='itemsmenu'></div><div id=topbar><center><table class=actionbar cellpadding=0 cellspacing=1><tbody><tr class=label><td> </td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td></tr><tr class=blueback><td><a href='choice.php?action=auto'><img src='/images/itemimages/plexpock.gif'></td><td class=spacer></td><td><img src='/images/itemimages/blank.gif' id='skills'></td><td class=spacer></td><td><img src='/images/itemimages/blank.gif'></td><td><img src='/images/itemimages/blank.gif'></td><td><img src='/images/itemimages/blank.gif'></td><td><img src='/images/itemimages/blank.gif'></td><td><img src='/images/itemimages/blank.gif'></td><td><img src='/images/itemimages/blank.gif'></td><td><img src='/images/itemimages/blank.gif'></td><td><img src='/images/itemimages/blank.gif'></td><td><img src='/images/itemimages/blank.gif'></td><td><img src='/images/itemimages/blank.gif'></td><td><img src='/images/itemimages/blank.gif'></td><td><img src='/images/itemimages/blank.gif'></td><td class=spacer></td><td class=spacer></td><td><img src='/images/itemimages/blank.gif'></td></tr><tr class=label><td>auto</td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td><td></td></tr></tbody></table></center></div><div class='content' id='content_'><div id='effdiv' style='display: none;'></div><div style='overflow: auto;'>
<Center><centeR><table  width=95%  cellspacing=0 cellpadding=0><tr><td style="color: white;" align=center bgcolor=blue><b>One Elegant Nightstand</b></td></tr><tr><td style="padding: 5px; border: 1px solid blue;"><center><table><tr><td><center><img src="/images/adventureimages/nightstand5.gif" width=100 height=100></center><p>Having dispatched the nightstand's belligerent spirit with panache and style, you step forward to investigate its earthly remains.<center><form name=choiceform1 action=choice.php method=post><input type=hidden name=pwd value='b6734d80cbf4f9a9861dcec1f2908a6c'><input type=hidden name=whichchoice value=880><input type=hidden name=option value=1><input class=button type=submit value="Open the single drawer"><br><font size=-1>(get towel)</font></form><form name=choiceform2 action=choice.php method=post><input type=hidden name=pwd value='b6734d80cbf4f9a9861dcec1f2908a6c'><input type=hidden name=whichchoice value=880><input type=hidden name=option value=2><input class=button type=submit value="Break a leg (off of the nightstand)"><br><font size=-1>(skip)</font></form><form name=choiceform6 action=choice.php method=post><input type=hidden name=pwd value='b6734d80cbf4f9a9861dcec1f2908a6c'><input type=hidden name=whichchoice value=880><input type=hidden name=option value=6><input class=button type=submit value="→ Ignore it"></form></center></td></tr></table></center></td></tr><tr><td height=4></td></tr></table></center><script>top.charpane.location.href="charpane.php";</script>
</div></div></body>
 

Darzil

Developer
Try r14033 - Off the Rack is choice 882, not 880. It was overwriting the spoiler text for 880. Incidentally, there is also a third choice that appears when you have a ghost key.
 
Top