added isParent condition authored by Lxlp's avatar Lxlp
......@@ -178,6 +178,7 @@ Conditions
| [isLiving](/skills/conditions/isliving) | Entity | Checks if the target is a living entity |
| [isMonster](/skills/conditions/ismonster) | Entity | Checks if the target is a monster |
| [isMythicMob](/skills/conditions/ismythicmob) | Entity | Checks if the target is a MythicMob |
| [IsParent](/skills/conditions/IsParent) | Compare | Checks if the target entity is the parent of the caster |
| [isPlayer](/skills/conditions/isplayer) | Entity | Checks if the target is a player |
| [isRaiderPatrolLeader](/skills/conditions/isRaiderPatrolLeader) | Entity | Checks if the target entity is the captain of a pillager group |
| [isSaddled](/skills/conditions/issaddled) | Entity | Checks if the target entity is saddled |
......
......