r26937 - LimitMode tweaks. Mostly, don't search activeEffects by @Ve

Veracity

Developer
Staff member
I noticed old code - as in 2010 - to automatically go to the Noob Cave to get the Welcome Back choice when your Birdform turns have run out and you try to use another gong.

This is done when it gets a failure on the attempt to use it. I wondered how it could happen.

This thread seems to explain it.
Code:
gong bird
… adventure for 15 turns
gong bird

I think the solution is to have the “gong” command do that if LimitMode.BIRD and Form of…Bird! has run out (i.e. we need the Welcome Back NC), rather than in UseItemRequest.

There will be a followup PR to fix this dubious code.


 
Top