Bug - Fixed Incorrectly added devilish folio link

lostcalpolydude

Developer
Staff member
I tried going to spaaace.php without the effect active, and got the normal "go away" message. Mafia added a link to use a transponder, but it also added a link to use a devilish folio. It looks like RequestEditorKit.addFolioLink() has this block:
if ( index == -1 )
{
test = "You can't get here without the proper transporter frequency.";
index = buffer.indexOf( test );
}
accidentally left in from addTransponderLink(). It looks like it could be deleted rather than a different string put in since the message for the container zone and the adventure zones is the same.
 
Top