Here is a piece of AST tree dump. As you can see, the IF element contains two entries in tuples. The first element of each tuple is the condition under which this entrie will be executed.
First checks "taboopatch" variable.
Python:
<renpy.ast.PyExpr
.filename = 'game/Day Scripts/day1script.rpy',
.linenumber = 32,
.py = 3
> = 'taboopatch',
Second indicates execution in any case, if the previous conditions were not executed.
because of this "True" decompiler in this tool does not process these places correctly, which is why such strange conditions are obtained. They were not written by the authors of the games, but by the decompiler after incorrect processing of this construction.