robotex140 / Hydrocraft

25 stars 39 forks source link

Re-using Vanilla ClothingItem values #47

Closed HugoQwerty closed 2 years ago

HugoQwerty commented 2 years ago

Some HC items have re-used a vanilla ClothingItem value, I think this is what caused all zombies to be wearing HC wool socks.

I just found a zombie wearing Long Silk Undies (HCSilkUndiesWarm), seemingly because that item uses: ClothingItem = LongJohns,

Work Gloves does this as well - which I think is why you never find vanilla Leather Gloves on zombies, only HC work gloves.

This isn't really a big problem, but maybe we shouldn't be re-using ClothingItem values in this way.

HugoQwerty commented 2 years ago

Fixed for important items.