I did this in the code
Code:
def check_substitute(target, item)
target.hp < target.mhp / 3 && (!item || !item.certain?)
endWhat line I have to add to include a chance of 75% for the enemy to cover instead of 100%?