Chucl
Member
- ServUO Version
- Publish Unknown
- Ultima Expansion
- None
is there a way to check for a playermobile inside that method?
i know how to check the parent mobile, but the custom property will only show up if the player is wearing the armor
BaseArmor.cs
i know how to check the parent mobile, but the custom property will only show up if the player is wearing the armor
BaseArmor.cs
C#:
public override void GetProperties( ObjectPropertyList list )
{
base.GetProperties( list );