How would I allow female armor to be worn by players when they are polymorphed into female? I found this in base armor
but changing it doesn't seem to work. Still cant equip the female armor unless your gamemaster or higher.
Apparently back in the day you could do this on OSI.
Code:
else if ( !armor.AllowMaleWearer && !m.Female && m.AccessLevel < AccessLevel.GameMaster )
Apparently back in the day you could do this on OSI.
Last edited: