Skip to content

Commit

Permalink
express order consoles now use teleport
Browse files Browse the repository at this point in the history
  • Loading branch information
larentoun committed Jul 15, 2024
1 parent e0b37e8 commit 6363e03
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 6363e03

Please sign in to comment.