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

◆ CanDrop()

bool Terraria.GameContent.ItemDropRules.Conditions.FirstTimeKillingPlantera.CanDrop ( DropAttemptInfo info)
inline

Implements Terraria.GameContent.ItemDropRules.IItemDropRuleCondition.

Definition at line 354 of file Conditions.cs.

355 {
356 return !NPC.downedPlantBoss;
357 }

References Terraria.NPC.downedPlantBoss.