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

add combat exoskeleton template to aftershock nanofab #73475

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@
"name": "nanofabricator control panel",
"symbol": "&",
"description": "A small computer panel attached to a nanofabricator. It has a single slot for reading templates.",
"allowed_template_ids": [ "standard_template_construct", "debug_template", "afs_10mm_smart_template" ],
"allowed_template_ids": [
"standard_template_construct",
"standard_template_construct_combat_exoskeleton",
"debug_template",
"afs_10mm_smart_template"
],
"color": "red",
"looks_like": "f_console",
"move_cost": 0,
Expand Down
Loading