mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-04 05:55:47 -07:00
Fix structree with new 'notciv' tech requirement
This was SVN commit r18034.
This commit is contained in:
parent
3ddfa1695e
commit
15e44a89ff
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue