Check to see if a racial power works
   
                
    Namespace: 
   AngbandOS.Core
    Assembly:
   AngbandOS.Core (in AngbandOS.Core.dll)
public bool CheckIfRacialPowerWorks(
	int minLevel,
	int cost,
	int useStat,
	int difficulty
)
Parameters
- minLevel
- Type: Int32
 The minimum level for the power
- cost
- Type: Int32
 The cost in mana to use the power
- useStat
- Type: Int32
 The ability score used for the power
- difficulty
- Type: Int32
 The difficulty of the power to use
Return Value
 True if the power worked, false if it didn't