Bug - Fixed A-Boo clue

roippi

Developer
There's code that is supposed to do that:

Code:
		case 611:
			if ( text.contains( "You follow the map to" ) )
			{
				ResultProcessor.processItem( ItemPool.BOO_CLUE, -1 );
			}
			return;

does it not work?
 

Ioeth

Member
Nope, happens to me in hardcore runs. I'm about to go through the Chasm again today or tomorrow so I'll re-check to see if it's working or not.
 

Ioeth

Member
Was able to verify this morning that the code is indeed not working for some reason. A-boo clue is not removed from my inventory after encountering The Horror for some reason.
 
Top