1
0
forked from 0ad/0ad

Fix structree with new 'notciv' tech requirement

This was SVN commit r18034.
This commit is contained in:
sanderd17 2016-04-14 18:23:32 +00:00
parent 3ddfa1695e
commit 15e44a89ff

View File

@ -267,6 +267,7 @@ function calcReqs(op, val)
{
case "civ":
case "class":
case "notciv":
case "number":
// nothing needs doing
break;
@ -289,6 +290,7 @@ function calcReqs(op, val)
switch (o)
{
case "civ":
case "notciv":
c.push(r);
break;