mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-22 05:17:38 +01:00
Hailstorm fixes and console updates (#18863)
-fixes the hailstorm shuttle not docking -fixes the hailstorm pipes not connecting to the vents -added primitive versions for the ship computers using sprites we had but were never implemented
This commit is contained in:
@@ -23,7 +23,6 @@
|
||||
can_pass_under = FALSE
|
||||
light_power_on = 1
|
||||
|
||||
|
||||
/obj/machinery/computer/ship/targeting/Initialize()
|
||||
..()
|
||||
return INITIALIZE_HINT_LATELOAD
|
||||
|
||||
@@ -37,7 +37,6 @@
|
||||
can_pass_under = FALSE
|
||||
light_power_on = 1
|
||||
|
||||
|
||||
/obj/machinery/computer/ship/sensors/Destroy()
|
||||
QDEL_NULL(sound_token)
|
||||
sensors = null
|
||||
|
||||
Reference in New Issue
Block a user