Bug - Fixed Can't equip God Lobster's Crown

Crowther

Active member
Mafia thinks I can't wear a God Lobster's Crown, but KoL thinks it is fine.
Code:
> familiar god lobster

Taking ClicackClack the God Lobster out of terrarium...
Requests complete.

> equip God Lobster's Crown

Your God Lobster can't wear a God Lobster's Crown

> ash can_equip($item[God Lobster's Crown])

Returned: false

> print equip it manually

equip it manually

> equip

Hat: (none)
Weapon: (none)
Off-hand: (none)
Shirt: (none)
Pants: (none)

Acc. 1: (none)
Acc. 2: (none)
Acc. 3: (none)

Pet: God Lobster (25 lbs)
Item: God Lobster's Crown
This is in TCRS, so this might be new content and not a bug.

EDIT: The problem exists with the Robe and the Rod, but not the Ring and the Scepter. I don't see how these items differ.
 

Veracity

Developer
Staff member
Code:
[color=green]> ash can_equip($item[God Lobster's Scepter])[/color]

Returned: true

[color=green]> ash can_equip($item[God Lobster's Ring])[/color]

Returned: true

[color=green]> ash can_equip($item[God Lobster's Rod])[/color]

Returned: false

[color=green]> ash can_equip($item[God Lobster's Robe])[/color]

Returned: true

[color=green]> ash can_equip($item[God Lobster's Crown])[/color]

Returned: false
I have this on my "list of TCRS bugs". Notice that Robe works for me. I'll take a look.
 

Veracity

Developer
Staff member
Yeah, I checking to not apply TCRS modifiers to familiar equipment - but in the wrong method.

Fixes in revision 19258 = which also adds the "tcrs reset" command to reset all TCRS adjustments to regular KoL non-TCRS state.

(that is what happens when you free the king, but if you want to test something like this issue iwith a TCRS character, you can now do it.)
 

Veracity

Developer
Staff member
No problem. This is a list in a file on my computer, not what I published here, which only has adding "tcrs update" command to do a derive only on inew items - i.e., items which were added since we last generated a TCRS item file. Having that as part of the "set up for TCRS upon login" will allow us to work well for TCRS even if KoLmafia knows about items which KoL added after we generated the data file.

Other things which I want to investigate but not publicize include investigating some weirdness in how consumables sort, and why yesterday's Chez Snootee item did not show up under food.
 
Top