Fix ordering and fully implement "View Companion"

This commit is contained in:
SilicaPi 2021-02-01 19:50:37 +13:00
parent bd149e4ecf
commit 7bf0f37427
7 changed files with 91 additions and 43 deletions

View file

@ -40,6 +40,14 @@ namespace HISP.Game.Items
public SpawnRules SpawnParamaters;
public int GetMiscFlag(int no)
{
if(MiscFlags.Length <= no)
return 0;
else
return MiscFlags[no];
}
}
public struct ThrowableItem