pubver0.9.046 Foxfire and Frostfire force kitsune tranformation

Braixen

New Member
Apr 2, 2023
1
0
28
First, no, I did not apply to tail. Despite having tried stopping the transformation and reapplying, resetting to a save point before the process altogether to start over completely, setting my computer's calendar to a different date (was April 1st at the time), waiting until the real life day of April 1st has ended, disabling sillymode (despite knowing for a fact that sillymode has never influenced these items in any other version ive played), and enabling cheats to disable april fools events altogether, both foxfire and frostfire are forcing the kitsune version of their transformation regardless.
 

lowercase_donkey

Scientist
Apr 27, 2016
1,503
197
Found a fix, thank you for your patience.

For the curious, someone added parenthesis to make something more clear but it subtly changed the logic. Pseudo code:
Code:
"head" or "tail" and "try to do kitsune tf"
they changed it to
Code:
("head" or "tail") and "try to do kitsune tf"
when it should be
Code:
"head" or ("tail" and "try to do kitsune tf")
 
  • Like
Reactions: Theron