Fix SAD throwing up circuit board (#3612)

## About The Pull Request

`req_components` needs to be an empty list, not null, otherwise it
doesn't call parent and the circuitboard doesn't get added to
`component_parts`. Also removed the extra (Machine Board) in the name

## Why It's Good For The Game

Fixes #3602 

## Proof Of Testing

I didddd

## Changelog
🆑
fix: fixed SADs spitting out a circuit board when you open them
/🆑
This commit is contained in:
Roxy
2025-04-23 14:40:30 -07:00
committed by GitHub
parent ef39053464
commit ae4997ba9f
@@ -16,9 +16,10 @@
departmental_flags = DEPARTMENT_BITFLAG_MEDICAL
/obj/item/circuitboard/machine/self_actualization_device
name = "Self-Actualization Device (Machine Board)"
name = "Self-Actualization Device"
greyscale_colors = CIRCUIT_COLOR_MEDICAL
build_path = /obj/machinery/self_actualization_device
req_components = list()
/obj/machinery/self_actualization_device
name = "Self-Actualization Device"