mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-14 05:55:00 -04:00
Fix Level indentation
This commit is contained in:
parent
634cc1fb15
commit
f684708a94
1 changed files with 2 additions and 2 deletions
|
@ -198,8 +198,8 @@ module.exports = class Level extends CocoModel
|
|||
console.error parentType, thang.id or thang.name, 'does not have dependent Component', dependent, 'from', lc.name
|
||||
visit c2 if c2
|
||||
if lc.name is 'Collides' and alliedComponent
|
||||
if allied = originalsToThangComponents[alliedComponent.original]
|
||||
visit allied
|
||||
if allied = originalsToThangComponents[alliedComponent.original]
|
||||
visit allied
|
||||
if lc.name is 'Moves' and actsComponent
|
||||
if acts = originalsToThangComponents[actsComponent.original]
|
||||
visit acts
|
||||
|
|
Loading…
Add table
Reference in a new issue