Fargariel
Initiate
I dont know if its a bug, but i cant use skills while in animal form (ninjitsu). In description of animal form i see "Cannot cast spells, use weapon or ninja special moves (except Mirror Image and Shadow Jump) while in Animal Form." - nothing about skills. But in playermobile.cs i have restricted skills:
It should be like this? Is this correct?
Code:
private readonly SkillName[] m_AnimalFormRestrictedSkills = new[]
{
SkillName.ArmsLore, SkillName.Begging, SkillName.Discordance, SkillName.Forensics, SkillName.Inscribe,
SkillName.ItemID, SkillName.Meditation, SkillName.Peacemaking, SkillName.Provocation, SkillName.RemoveTrap,
SkillName.SpiritSpeak, SkillName.Stealing, SkillName.TasteID
};
It should be like this? Is this correct?