Feature - Implemented Cyrpt Evilness tracking in Relay Browser

bleary

Member
Yeah. Line 29 of the patch is:

Code:
		int nicheEvil = Preferences.getInteger( "cyrptCrannyEvilness" );
and should be
Code:
		int nicheEvil = Preferences.getInteger( "cyrptNicheEvilness" );

Edit: I see this was fixed while I was still whining about it. Thanks!
 
Last edited:

roippi

Developer
Debatable, considering that this information is available from KoL itself, no?

Haven't seen it in action, but looking at the diff, it includes hints such as ML & Noncombat, sniff dirty lihc, etc. Which are kinda spoilery (but extremely welcome, don't get me wrong).
 

heeheehee

Developer
Staff member
Haven't seen it in action, but looking at the diff, it includes hints such as ML & Noncombat, sniff dirty lihc, etc. Which are kinda spoilery (but extremely welcome, don't get me wrong).

Oh, right on. Was under the impression that it was just showing the evilometer data. I stand corrected. :D
 

ereinion

Member
Thanks for this update :) I've been thinking of downloading the cyrpt-script elsewhere on this forum for a long time now, but now I don't have to. Yay - procrastination pays off! :D
 
Top