|  |  | ## Description | 
|  |  | Removes the mob's active disguise, if it has one. | 
|  |  | This skill requires Libs' Disguises to be installed to enable Disguise functionality. | 
|  |  |  | 
|  |  | See [Extra: Disguises](/Mobs/Disguises) for how to apply and use disguises. | 
|  |  |  | 
|  |  | > **This is a no-target mechanic, and the affected entity will always be the caster** | 
|  |  |  | 
|  |  | ## Attributes | 
|  |  | > *This mechanic has no attributes* | 
|  |  |  | 
|  |  |  | 
|  |  | ## Examples | 
|  |  | ```yaml | 
|  |  | Skills: | 
|  |  | - undisguise ~onInteract | 
|  |  | ``` | 
|  |  | > Undisguise the mob when it is right clicked. | 
|  |  |  | 
|  |  |  | 
|  |  | ## Aliases | 
|  |  | - [x] disguiseRemove | 
|  |  |  | 
|  |  |  | 
|  |  | <!--TAGS--> | 
|  |  | <!--tag:Disguise--> |