Okay, having a little issue.
I added a new research spot called 'Alloy Manufacturing'. Once that is researched, you can produce a number of things, including alloy ammunition.
- name: STR_ALLOY_MANUFACTURING
cost: 200
points: 20
needItem: false
dependencies:
- STR_ALIEN_ALLOYS
So I added
requires:
- STR_ALLOY_MANUFACTURING
To my items. However, it seems that it's being ignored, because I can see all the items that require it right from the start.
What am I missing?