#WW# Changed thread weight.

This commit is contained in:
WarrentyExpired 2026-08-07 19:44:05 -04:00
parent d07e5931a8
commit d955034da3

View file

@ -13,7 +13,7 @@ namespace Server.Items
public BaseClothMaterial( int itemID, int amount ) : base( itemID ) public BaseClothMaterial( int itemID, int amount ) : base( itemID )
{ {
Stackable = true; Stackable = true;
Weight = 1.0; Weight = 0.25;
Amount = amount; Amount = amount;
} }