mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 06:00:16 +01:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user