Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Gemmable()

static bool Terraria.WorldGen.Spread.Gemmable ( int type)
inlinestaticprivate

Definition at line 588 of file WorldGen.cs.

589 {
590 if (type != 0 && type != 1 && type != 40 && type != 59 && type != 60 && type != 70 && type != 147)
591 {
592 return type == 161;
593 }
594 return true;
595 }

References System.type.

Referenced by Terraria.WorldGen.Spread.Gem().