mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-19 02:56:14 +01:00
delfix (#17815)
This commit is contained in:
@@ -19,7 +19,8 @@
|
||||
pickup_sound = 'sound/items/pickup/device.ogg'
|
||||
|
||||
/obj/item/circuitboard/Destroy()
|
||||
QDEL_NULL(board_type)
|
||||
if(isobject(board_type)) // Some boards use text instead of an instance...
|
||||
QDEL_NULL(board_type)
|
||||
return ..()
|
||||
|
||||
//Called when the circuitboard is used to contruct a new machine.
|
||||
|
||||
Reference in New Issue
Block a user