Skip to content

Commit

Permalink
go into core code to know changes
Browse files Browse the repository at this point in the history
  • Loading branch information
larentoun committed Jul 15, 2024
1 parent 34a8ce3 commit e0b37e8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion code/game/objects/items/choice_beacon.dm
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
/obj/item/choice_beacon/proc/spawn_option(obj/choice_path, mob/living/user)
podspawn(list(
"target" = get_turf(src),
"style" = STYLE_BLUESPACE,
"path" = /obj/structure/closet/supplypod/teleporter, // BANDASTATION EDIT - Original: "style" = STYLE_BLUESPACE,
"spawn" = choice_path,
))

Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
/obj/item/choice_beacon/spawn_option(obj/choice_path, mob/living/user)
podspawn(list(
"target" = get_turf(src),
"spawn" = choice_path,
"path" = /obj/structure/closet/supplypod/teleporter
))

/obj/structure/closet/supplypod/teleporter
style = STYLE_TELEPORTER
bluespace = TRUE
Expand Down

0 comments on commit e0b37e8

Please sign in to comment.