Skip to content

Extract build conditions, can't build 1 tile below gravity well, only gravity well can build at y==1, etc #12

@github-actions

Description

@github-actions

// TODO: Extract build conditions, can't build 1 tile below gravity well, only gravity well can build at y==1, etc
const canBuildAtPosition = (position: Vector3) => {
const {
input: { building },
} = getState();
if (position.y < 0) return false;


This issue was generated by todo-issue based on a TODO comment in d118bea. It's been assigned to @Cygnusfear because they committed the code.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions