if (getClan() != null)
{
if (getClanId() == 268548968 || getClanId() == 271210459) // corrupted - smalls clan and lucy - mukuro's clan
val = 5;
else if (getClanId() == 268652708) // virtualgods - meitux clan
val = 4;
else if (getClanId() == 268458015) // wartag - rsprada clan
val = 4;
else if (getClanId() == 268506856) // borntofight
val = 4;
else if (getClanId() == 270760281) //friendship
val = 4;
else if (getClanId() == 268461084) //wutan
val = 4;
else if (getClanId() == 268453920) //deadlywallers
val = 4;
else if (getClan().getLevel() >= 7)
val = 4;
}
Decompiled or not, in most cases it doesn't matter.