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

[SEMI-MODULAR] Supply Pods subtype - teleporter #380

Merged
merged 6 commits into from
Jul 16, 2024
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
express order consoles now use teleport
larentoun committed Jul 15, 2024
commit 6363e0306b7096fb98f064ad5423b52676d1e36e
Original file line number Diff line number Diff line change
@@ -201,7 +201,7 @@ GLOBAL_LIST_EMPTY(order_console_products)
ordered_paths += item.item_path
podspawn(list(
"target" = get_turf(living_user),
"style" = STYLE_BLUESPACE,
"path" = /obj/structure/closet/supplypod/teleporter, // BANDASTATION EDIT - Original: "style" = STYLE_BLUESPACE,
"spawn" = ordered_paths,
))
grocery_list.Cut()

Unchanged files with check annotations Beta

continue
message_strings += "This subsystem is marked as SS_OK_TO_FAIL_INIT. This is still a bug, but it is non-blocking."
TEST_NOTICE(src, jointext(message_strings, "\n"))

Check notice on line 22 in code/modules/unit_tests/subsystem_init.dm

GitHub Actions / Integration Tests (birdshot) / run_integration_tests

Birdshot Station: /datum/unit_test/subsystem_init

Lua Scripting (/datum/controller/subsystem/lua) is a subsystem meant to initialize but could not get initialized. The subsystem reported the following: Error initializing SSlua: FAILED (Couldn't find call_proc_by_id) This subsystem is marked as SS_OK_TO_FAIL_INIT. This is still a bug, but it is non-blocking.

Check notice on line 22 in code/modules/unit_tests/subsystem_init.dm

GitHub Actions / Integration Tests (deltastation) / run_integration_tests

Delta Station: /datum/unit_test/subsystem_init

Lua Scripting (/datum/controller/subsystem/lua) is a subsystem meant to initialize but could not get initialized. The subsystem reported the following: Error initializing SSlua: FAILED (Couldn't find call_proc_by_id) This subsystem is marked as SS_OK_TO_FAIL_INIT. This is still a bug, but it is non-blocking.

Check notice on line 22 in code/modules/unit_tests/subsystem_init.dm

GitHub Actions / Integration Tests (gateway_test) / run_integration_tests

Gateway Test: /datum/unit_test/subsystem_init

Lua Scripting (/datum/controller/subsystem/lua) is a subsystem meant to initialize but could not get initialized. The subsystem reported the following: Error initializing SSlua: FAILED (Couldn't find call_proc_by_id) This subsystem is marked as SS_OK_TO_FAIL_INIT. This is still a bug, but it is non-blocking.

Check notice on line 22 in code/modules/unit_tests/subsystem_init.dm

GitHub Actions / Integration Tests (icebox) / run_integration_tests

Ice Box Station: /datum/unit_test/subsystem_init

Lua Scripting (/datum/controller/subsystem/lua) is a subsystem meant to initialize but could not get initialized. The subsystem reported the following: Error initializing SSlua: FAILED (Couldn't find call_proc_by_id) This subsystem is marked as SS_OK_TO_FAIL_INIT. This is still a bug, but it is non-blocking.

Check notice on line 22 in code/modules/unit_tests/subsystem_init.dm

GitHub Actions / Integration Tests (metastation) / run_integration_tests

MetaStation: /datum/unit_test/subsystem_init

Lua Scripting (/datum/controller/subsystem/lua) is a subsystem meant to initialize but could not get initialized. The subsystem reported the following: Error initializing SSlua: FAILED (Couldn't find call_proc_by_id) This subsystem is marked as SS_OK_TO_FAIL_INIT. This is still a bug, but it is non-blocking.

Check notice on line 22 in code/modules/unit_tests/subsystem_init.dm

GitHub Actions / Integration Tests (multiz_debug) / run_integration_tests

MultiZ Debug: /datum/unit_test/subsystem_init

Lua Scripting (/datum/controller/subsystem/lua) is a subsystem meant to initialize but could not get initialized. The subsystem reported the following: Error initializing SSlua: FAILED (Couldn't find call_proc_by_id) This subsystem is marked as SS_OK_TO_FAIL_INIT. This is still a bug, but it is non-blocking.

Check notice on line 22 in code/modules/unit_tests/subsystem_init.dm

GitHub Actions / Integration Tests (northstar) / run_integration_tests

NorthStar: /datum/unit_test/subsystem_init

Lua Scripting (/datum/controller/subsystem/lua) is a subsystem meant to initialize but could not get initialized. The subsystem reported the following: Error initializing SSlua: FAILED (Couldn't find call_proc_by_id) This subsystem is marked as SS_OK_TO_FAIL_INIT. This is still a bug, but it is non-blocking.

Check notice on line 22 in code/modules/unit_tests/subsystem_init.dm

GitHub Actions / Integration Tests (runtimestation) / run_integration_tests

Runtime Station: /datum/unit_test/subsystem_init

Lua Scripting (/datum/controller/subsystem/lua) is a subsystem meant to initialize but could not get initialized. The subsystem reported the following: Error initializing SSlua: FAILED (Couldn't find call_proc_by_id) This subsystem is marked as SS_OK_TO_FAIL_INIT. This is still a bug, but it is non-blocking.

Check notice on line 22 in code/modules/unit_tests/subsystem_init.dm

GitHub Actions / Integration Tests (tramstation) / run_integration_tests

Tramstation: /datum/unit_test/subsystem_init

Lua Scripting (/datum/controller/subsystem/lua) is a subsystem meant to initialize but could not get initialized. The subsystem reported the following: Error initializing SSlua: FAILED (Couldn't find call_proc_by_id) This subsystem is marked as SS_OK_TO_FAIL_INIT. This is still a bug, but it is non-blocking.

Check notice on line 22 in code/modules/unit_tests/subsystem_init.dm

GitHub Actions / Integration Tests (wawastation) / run_integration_tests

Wawastation: /datum/unit_test/subsystem_init

Lua Scripting (/datum/controller/subsystem/lua) is a subsystem meant to initialize but could not get initialized. The subsystem reported the following: Error initializing SSlua: FAILED (Couldn't find call_proc_by_id) This subsystem is marked as SS_OK_TO_FAIL_INIT. This is still a bug, but it is non-blocking.

Check notice on line 22 in code/modules/unit_tests/subsystem_init.dm

GitHub Actions / Alternate Tests (515, 1627, runtimestation) / run_integration_tests

Runtime Station: /datum/unit_test/subsystem_init

Lua Scripting (/datum/controller/subsystem/lua) is a subsystem meant to initialize but could not get initialized. The subsystem reported the following: Error initializing SSlua: FAILED (Couldn't find call_proc_by_id) This subsystem is marked as SS_OK_TO_FAIL_INIT. This is still a bug, but it is non-blocking.