Maohritsu Chu-boss Yousei Academia

Power Uploader
Joined
Feb 10, 2018
Messages
688
Enjoy the new manga we picked up :)
Join our discord to talk to us and stay updated
https://discord.gg/7u4MBmY
 
Joined
Jan 22, 2018
Messages
21
Really enjoyed this first chapter. It kind of makes me think of the Maou's secretary manga.
 
Contributor
Joined
Jan 18, 2018
Messages
1,877
Just the second chapter and I already feel bad for Maou-kun mmm...
 
Dex-chan lover
Joined
Jan 29, 2018
Messages
2,770
@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
 
Dex-chan lover
Joined
Jan 29, 2018
Messages
460
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
 
Active member
Joined
May 21, 2018
Messages
521
not really feeling it, the whole thing is based around a gimmick so it feels thin
 
Double-page supporter
Joined
Apr 29, 2018
Messages
273
@banjormax I've got it slightly more prettier:

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

Users who are viewing this thread

Top