modtrace adv is failing r10892 with DEBUG log

Seems like if I have my disembodied hand with a time sword on, I get a debug log.
If I put on any other familiar it works.

Unexpected error, debug log printed.
class java.lang.NullPointerException: null
java.lang.NullPointerException
at net.sourceforge.kolmafia.DebugModifiers.add(DebugModifiers.java:107)
at net.sourceforge.kolmafia.Modifiers.add(Modifiers.java:1467)
at net.sourceforge.kolmafia.KoLCharacter.recalculateAdjustments(KoLCharacter.java:4299)
at net.sourceforge.kolmafia.KoLCharacter.recalculateAdjustments(KoLCharacter.java:4142)
at net.sourceforge.kolmafia.textui.command.ModifierTraceCommand.run(ModifierTraceCommand.java:62)
at net.sourceforge.kolmafia.KoLmafiaCLI.doExecuteCommand(KoLmafiaCLI.java:548)
at net.sourceforge.kolmafia.KoLmafiaCLI.executeCommand(KoLmafiaCLI.java:501)
at net.sourceforge.kolmafia.KoLmafiaCLI.executeLine(KoLmafiaCLI.java:402)
at net.sourceforge.kolmafia.KoLmafiaCLI.executeLine(KoLmafiaCLI.java:270)
at net.sourceforge.kolmafia.swingui.CommandDisplayFrame$CommandQueueHandler.handleQueue(CommandDisplayFrame.java:181)
at net.sourceforge.kolmafia.swingui.CommandDisplayFrame$CommandQueueHandler.run(CommandDisplayFrame.java:155)
 
Top