Skip to content
Snippets Groups Projects
Commit 35861a2f authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'Fix-div' into 'pregmod-master'

Fixed typo dev->div

See merge request pregmodfan/fc-pregmod!5401
parents f02cfb2d a97e800a
No related branches found
No related tags found
No related merge requests found
......@@ -242,7 +242,7 @@
<<if App.Corporate.canExpand>> /*is the corporation large enough to expand into another division?*/
<h1>Found New Division</h1>
<dev>The corporation can expand by founding a new division related to its current <<= onlyPlural(App.Corporate.divisionList.filter(div=>div.founded).length, "division") >>.</dev>
<div>The corporation can expand by founding a new division related to its current <<= onlyPlural(App.Corporate.divisionList.filter(div=>div.founded).length, "division") >>.</div>
<<for _div range App.Corporate.divisionList.filter(x=>!x.founded && x.relatedDivisions.anyFounded)>>
<<set _depCost = _div.foundingCost * 1000>>
<div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment