doesnt actually do anything (unless ur using some random language i dont know which is possible) as it you are just making a boolean statement without assigning a variable or having a condition
and
Code:
if (Maou_Sister== true)
is doubly redundant.
first of all it would be
Code:
if(Maou_Sister)
as you have a boolean variable named Maou_Sister
also the if statement is meaningless since the statement inside only applies to Maou_Sister and not to a random variable