Author Topic: [RESOLVED] Alien Containment showing up in UFOPedia when unavailable  (Read 2209 times)

Offline The Reaver of Darkness

  • Commander
  • *****
  • Posts: 1510
    • View Profile
I set Alien Containment to require the research Alien Containment in order to be built. It is working correctly in that I can't build it, but I can see it in the UFOPedia.

Code: [Select]
facilities:
  - type: STR_ALIEN_CONTAINMENT
    requires:
      - STR_ALIEN_CONTAINMENT
research:
  - name: STR_ALIEN_CONTAINMENT
    listOrder: 10
    cost: 300
    points: 100
    dependencies:
      - STR_ALIEN_FOOD
      - STR_ALIEN_ENTERTAINMENT
      - STR_CONTAINING_ALIENS
« Last Edit: July 14, 2017, 11:19:09 am by The Reaver of Darkness »

Online Meridian

  • Global Moderator
  • Commander
  • *****
  • Posts: 8617
    • View Profile
Re: Problem: Alien Containment showing up in UFOPedia when unavailable
« Reply #1 on: July 14, 2017, 10:28:34 am »
Code: [Select]
facilities:
  - type: STR_ALIEN_CONTAINMENT
    requires:
      - STR_ALIEN_CONTAINMENT
research:
  - name: STR_ALIEN_CONTAINMENT
    listOrder: 10
    cost: 300
    points: 100
    dependencies:
      - STR_ALIEN_FOOD
      - STR_ALIEN_ENTERTAINMENT
      - STR_CONTAINING_ALIENS
ufopaedia:
  - id: STR_ALIEN_CONTAINMENT
    requires:
      - STR_ALIEN_CONTAINMENT

Offline The Reaver of Darkness

  • Commander
  • *****
  • Posts: 1510
    • View Profile
Re: [RESOLVED] Alien Containment showing up in UFOPedia when unavailable
« Reply #2 on: July 14, 2017, 11:19:21 am »
Thanks. I knew it was something obvious.