Skip to content

Commit

Permalink
Fix the Goldeneye shuttle console becoming a nukie shuttle console wh…
Browse files Browse the repository at this point in the history
…en reconstructed (#3429)

* Fix the Goldeneye shuttle console becoming a nukie shuttle console when reconstructed

* give the recall console its own board too
  • Loading branch information
Absolucy authored Sep 16, 2024
1 parent 0d32e10 commit 8c80a1d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,13 @@
name = "Nanite Cloud Control (Computer Board)"
greyscale_colors = CIRCUIT_COLOR_SCIENCE
build_path = /obj/machinery/computer/nanite_cloud_controller

/obj/item/circuitboard/computer/goldeneye_helm
name = "goldeneye cruiser helm"
greyscale_colors = CIRCUIT_COLOR_GENERIC
build_path = /obj/machinery/computer/shuttle/goldeneye_cruiser

/obj/item/circuitboard/computer/goldeneye_recall
name = "goldeneye cruiser recall"
greyscale_colors = CIRCUIT_COLOR_GENERIC
build_path = /obj/machinery/computer/shuttle/goldeneye_cruiser/recall
3 changes: 2 additions & 1 deletion monkestation/code/modules/assault_ops/code/shuttle.dm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
desc = "The terminal used to control the goldeneye cruiser."
shuttleId = "goldeneye_cruiser"
possible_destinations = "goldeneye_cruiser_custom;goldeneye_cruiser_dock;syndicate_away;syndicate_z5;syndicate_ne;syndicate_nw;syndicate_n;syndicate_se;syndicate_sw;syndicate_s;syndicate_cruiser_dock;whiteship_away;whiteship_home;whiteship_z4;whiteship_lavaland;ferry_away"
circuit = /obj/item/circuitboard/computer/syndicate_shuttle
circuit = /obj/item/circuitboard/computer/goldeneye_helm
icon_screen = "syndishuttle"
icon_keyboard = "syndie_key"
light_color = COLOR_SOFT_RED
Expand All @@ -22,6 +22,7 @@
name = "goldeneye shuttle recall terminal"
desc = "Use this if your friends left you behind."
possible_destinations = "goldeneye_cruiser_dock"
circuit = /obj/item/circuitboard/computer/goldeneye_recall

/obj/machinery/computer/camera_advanced/shuttle_docker/goldeneye_cruiser
name = "goldeneye cruiser navigation computer"
Expand Down

0 comments on commit 8c80a1d

Please sign in to comment.