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

◆ CanChainIntoRule()

bool Terraria.GameContent.ItemDropRules.Chains.TryIfFailedRandomRoll.CanChainIntoRule ( ItemDropAttemptResult parentResult)
inline

Implements Terraria.GameContent.ItemDropRules.IItemDropRuleChainAttempt.

Definition at line 19 of file Chains.cs.

20 {
21 return parentResult.State == ItemDropAttemptResultState.FailedRandomRoll;
22 }