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

◆ TryProtectingSpawnedItems()

static void Terraria.WorldGen.TryProtectingSpawnedItems ( )
inlinestatic

Definition at line 24572 of file WorldGen.cs.

24573 {
24574 for (int i = 0; i < 400; i++)
24575 {
24576 Item item = Main.item[i];
24578 {
24579 item.timeSinceItemSpawned -= 18000;
24580 }
24581 }
24582 }
static bool EligibleForSpawnProtection(Item item)

References Terraria.Main.item.