mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
Fixes a lot of bugs. (#16187)
* Fixes a lot of bugs. * fix more shit --------- Co-authored-by: Matt Atlas <liermattia@gmail.com>
This commit is contained in:
@@ -327,6 +327,7 @@
|
||||
icon_screen = "teleport"
|
||||
icon_keyboard = "teal_key"
|
||||
light_color = LIGHT_COLOR_CYAN
|
||||
circuit = /obj/item/circuitboard/ship/targeting
|
||||
var/obj/machinery/ship_weapon/cannon
|
||||
var/selected_entrypoint
|
||||
var/platform_direction
|
||||
|
||||
@@ -281,6 +281,7 @@
|
||||
icon_screen = "nav"
|
||||
icon_keyboard = "cyan_key"
|
||||
light_color = LIGHT_COLOR_CYAN
|
||||
circuit = /obj/item/circuitboard/ship/navigation
|
||||
|
||||
/obj/machinery/computer/ship/navigation/ui_interact(mob/user, ui_key = "main", var/datum/nanoui/ui = null, var/force_open = 1)
|
||||
if(!connected)
|
||||
|
||||
Reference in New Issue
Block a user