Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Console action "open" doesn't work in nested mapgen #50792

Closed
Maleclypse opened this issue Aug 14, 2021 · 1 comment
Closed

Console action "open" doesn't work in nested mapgen #50792

Maleclypse opened this issue Aug 14, 2021 · 1 comment
Labels
Fields / Furniture / Terrain / Traps Objects that are part of the map or its features. Map / Mapgen Overmap, Mapgen, Map extras, Map display

Comments

@Maleclypse
Copy link
Member

Describe the bug

        "5": {
          "name": "West Entrance Gate Controls",
          "security": 1,
          "options": [ { "name": "EMERGENCY OVERRIDE - OPEN GATES", "action": "open", "security": 3 } ],
          "failures": [ { "action": "damage" }, { "action": "shutdown" } ]
        }
      }

In #49951 I've got nested mapgen loading up the different gate types. However the computer never successfully opens the gate.

Steps To Reproduce

Load up affiliated PR.
Spawn an arcology
Find the gate that is closed with a working computer.
Hack the computer.
Despair.

Expected behavior

Computers to open the gates near them.

Screenshots

image

Versions and configuration

  • OS: Windows
    • OS Version: 10.0 2009
  • Game Version: 5be2a56 [64-bit]
  • Graphics Version: Tiles
  • Game Language: System language []
  • Mods loaded: [
    Dark Days Ahead [dda],
    Disable NPC Needs [no_npc_food],
    Bionic Professions [package_bionic_professions],
    Aftershock [aftershock]
    ]

Additional context

No response

@Maleclypse Maleclypse added Fields / Furniture / Terrain / Traps Objects that are part of the map or its features. Map / Mapgen Overmap, Mapgen, Map extras, Map display labels Aug 14, 2021
@Maleclypse
Copy link
Member Author

Nevermind. I can fix this myself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Fields / Furniture / Terrain / Traps Objects that are part of the map or its features. Map / Mapgen Overmap, Mapgen, Map extras, Map display
Projects
None yet
Development

No branches or pull requests

1 participant