Bug - Fixed Pirate Insult Count not Resetting

NataliaM

New member
I've noticed this the past two ascensions now that my pirate insult count stays at 7/8-- even before i get to the pirates on the current ascension. I always use the latest build, and run through the relay browser.

Is there at least a way to manually clear it out?
 

Winterbay

Active member
There are a couple of preferences that track this. You can reset them to their base points by typing in the CLI:
Code:
set lastPirateInsult1 = false; set lastPirateInsult2 = false; set lastPirateInsult3 = false; set lastPirateInsult4 = false; set lastPirateInsult5 = false; set lastPirateInsult6 = false; set lastPirateInsult7 = false; set lastPirateInsult8 = false; set lastPirateInsultReset = 'your last ascension number';

(Change the last thing to the number in question, or -1 I guess)
 
Top