CurePoison |
MP: | 15 | HP: | 0 | Item: | None | Amount: | N/A | Duration: | 0 | Skill Type: | Change |
Delay: | 10 | Cast Invis: | Yes | Ignores CM: | Yes | Element: | None | Range: | 20 | Area: | N/A |
Dmg Value: | 0.0 | Dmg Dice: | 0 | Dice Count: | 0 | Prob Value: | 0 | Prob Dice: | 0 | Prob Max: | N/A |
public void curePoison() {
if (_poison == null) {
return;
}
_poison.cure();
}