Maohritsu Chu-boss Yousei Academia

Enjoy the new manga we picked up :)
Join our discord to talk to us and stay updated
https://discord.gg/7u4MBmY
 
Really enjoyed this first chapter. It kind of makes me think of the Maou's secretary manga.
 
Just the second chapter and I already feel bad for Maou-kun mmm...
 
@kobi... wat? that doesnt make sense
first of all
Code:
Maou_sister>Maou

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
 
More like Maou and company are stuck on 99 lv cap system while the mid boss academy is on 999 or even 9999 max lv cap one
 
@banjormax I've got it slightly more prettier:

Code:
if (maouSister != null) {
    maou.setPower(maouSister.getPower()-9000);
}
 

Users who are viewing this thread

Back
Top