mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-26 05:53:39 -04:00
Updated default hero costs for the bug where it didn't load them properly. Probably fixed typo in Polish teachers blurb thing.
This commit is contained in:
parent
de48934016
commit
08ea51d1d9
2 changed files with 2 additions and 2 deletions
app/templates
|
@ -84,7 +84,7 @@
|
|||
span.spr(data-i18n="play.unlock") Unlock
|
||||
- if(!visibleHero.get('gems')) {
|
||||
- console.error('Huh, we loaded the hero with no gem cost.');
|
||||
- visibleHero.set('gems', {ninja: 400, librarian: 400}[visibleHero.get('slug')] || 1000);
|
||||
- visibleHero.set('gems', {ninja: 400, librarian: 630, samurai: 1000, trapper: 1400, "potion-master": 1800, "forest-archer": 2500, sorcerer: 3400, raiser: 4600, necromancer: 6300, pixie: 8500, goliath: 12000, guardian: 16000, "dark-wizard": 21000, assassin: 29000}[visibleHero.get('slug')] || 99999);
|
||||
- }
|
||||
span= visibleHero.get('gems')
|
||||
span.gem.gem-20
|
||||
|
|
|
@ -116,7 +116,7 @@ block content
|
|||
p(data-i18n="teachers.sys_requirements_2")
|
||||
|
||||
if (me.get('preferredLanguage', true) || 'en-US') == 'pl'
|
||||
h3 Fundacją IT Leader Club Polska
|
||||
h3 Fundacja IT Leader Club Polska
|
||||
p
|
||||
| CodeCombat w marcu 2015 roku nawiązał współpracę z Fundacją IT Leader Club Polska celem promowania nauki programowania wśród najmłodszych w Polsce. Język programowania stał się drugim językiem, bez którego bardzo trudno będzie młodym ludziom w przyszłości zaistnieć na konkurencyjnym rynku pracy.
|
||||
p
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue