Bug - Not A Bug guardTurtlesFreed property not being incremented

FightRequest.java is currently incrementing the guardTurtlesFreed property when it see the message "freeing it from its brainwashing", but that message only appears when freeing a turtle after beating Stella.

Text that appears every time you free a turtle is "The turtle appears to suffer some kind of mental breakdown -- it collapses to the ground, sobbing. You help it to its feet and escort it out of the compound." The attached patch just changes to look for the text "escort it out of the compound" instead.
 

Attachments

  • freedTurtleMessage.patch
    930 bytes · Views: 34

lostcalpolydude

Developer
Staff member
The point of that preference is to track how many times you can get Cold-Blooded Warm Fuzzies, mostly for the trophy. According to http://kol.coldfront.net/thekolwiki/index.php/Cold-Blooded_Warm_Fuzzies you have to beat Stella for it to count.

As a general note, the string you match needs to work even with a SBIP equipped.

Another thought, FightRequest could catch the message from getting 20 turns of Cold-Blooded Warm Fuzzies and increment another variable. I already have the trophy, so I'm not too interested in making that feature request.
 
The point of that preference is to track how many times you can get Cold-Blooded Warm Fuzzies, mostly for the trophy. According to http://kol.coldfront.net/thekolwiki/index.php/Cold-Blooded_Warm_Fuzzies you have to beat Stella for it to count.

That makes sense if that is the point of the preference, but I didn't realize that was the point of that preference. Judging from the name of the preference and from here, I thought the point of the preference was to "Track # of guard turtles freed". Thanks for setting me straight.

As a general note, the string you match needs to work even with a SBIP equipped.
I don't think that applies in this case because to free a turtle you have to have the fouet de tortue-dressage equipped.
 

lostcalpolydude

Developer
Staff member
The preference might be misnamed, but changing the functionality now would probably screw with some people.

Disembodied hand for the fouet de tortue-dressage?
 
Top