HarbourMasters / Shipwright

3.29k stars 492 forks source link

Refactor CanUse #4444

Closed Pepper0ni closed 1 month ago

Pepper0ni commented 1 month ago

Rearranges CanUse to default to assert instead of assuming it's a magic item. In release it returns true in these cases as that would be the expected result for an item with no extra requirements. This PR also fixes several misused CanUse so that seed generation doesn't hit the assert.

Build Artifacts