MCPcopy Create free account
hub / github.com/diasurgical/DevilutionX / IsUniqueAvailable

Function IsUniqueAvailable

Source/items.cpp:2485–2488  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2483}
2484
2485bool IsUniqueAvailable(int i)
2486{
2487 return gbIsHellfire || i <= 89;
2488}
2489
2490void ClearUniqueItemFlags()
2491{

Callers 3

RemoveInvalidItemFunction · 0.85
CheckUniqueFunction · 0.85
DebugSpawnUniqueItemFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected