A lot of plugins that I use to use blood bags as a base item I have no problem changing the other plugins base items but I was wondering is there a way to make it that this plug-in only works when the skin is the default blood skin
Custom skin fiasco
Change line 68 from `if (item.ToString().Contains("blood"))` to `if (item.ToString().Contains("blood") && item.skin == 0)`