mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 14:08:31 +01:00
fixes some of the issues of the createanddestroy unit test (#7648)
* send help * polychromic createanddestroy fix
This commit is contained in:
@@ -22,6 +22,12 @@ GLOBAL_LIST_EMPTY(cargo_control_consoles)
|
||||
for(var/turf/open/floor/iterating_floor in iterating_import_bay)
|
||||
possible_floors += iterating_floor
|
||||
|
||||
/obj/machinery/computer/cargo_control_console/Destroy()
|
||||
if(radio)
|
||||
QDEL_NULL(radio)
|
||||
. = ..()
|
||||
|
||||
|
||||
/obj/item/circuitboard/computer/cargo_control_console
|
||||
name = "Cargo Console (Computer Board)"
|
||||
greyscale_colors = CIRCUIT_COLOR_ENGINEERING
|
||||
|
||||
Reference in New Issue
Block a user