MCPcopy Index your code
hub / github.com/codecombat/codecombat / usesSessionHeroThangType

Method usesSessionHeroThangType

app/models/Level.js:621–626  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

619 }
620
621 usesSessionHeroThangType () {
622 if (this.isType('ladder', 'course-ladder', 'game-dev', 'web-dev')) { return false }
623 if (this.get('assessment') === 'open-ended') { return false }
624 if (this.usesLevelHeroLadderEquipment()) { return false }
625 return true
626 }
627
628 usesSessionHeroInventory () {
629 if (utils.showOzaria()) { return false }

Callers 2

denormalizeThangMethod · 0.95
showsChooseHeroMethod · 0.80

Calls 3

isTypeMethod · 0.95
getMethod · 0.45

Tested by

no test coverage detected