oh get rid of those they are custom graphics and the whole shabang on my shard so just delete this code
Code:
switch ( Utility.Random( 50 ) )
{
case 0: PackItem( new GirdleofGiantStrength() ); break;
case 1: PackItem( new GirdleofGiantStrength2() ); break;
case 2: PackItem( new GirdleofGiantStrength3() ); break;
}