added isFrozen condition authored by Lxlp's avatar Lxlp
......@@ -153,6 +153,7 @@ Conditions
| [isChild](/skills/conditions/ischild) | Entity | Checks if the target is a child of the caster |
| [isClimbing](/skills/conditions/isClimbing) | Entity | Checks if the target entity is climbing
| [isFlying](/skills/conditions/isflying) | Entity | Checks if the target player is flying
| [isFrozen](/skills/conditions/isfrozen) | Entity | Checks if the target entity is frozen
| [isLiving](/skills/conditions/isliving) | Entity | Checks if the target is a living entity |
| [isLeashed](/skills/conditions/isleashed) | Entity | Checks if the target has been leashed |
| [isMonster](/skills/conditions/ismonster) | Entity | Checks if the target is a monster |
......
......