Size Changing Apparel Adjusments & Runtime fixes (#17035)

* hyper jumpsuit & deluxe bluespace bracelet changes

* Update miscellaneous_vr.dm

* fixes a runtime

* typo

* projectile runtime fix and circuitboard del

---------

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
Cameron Lennox
2025-02-02 17:09:47 +01:00
committed by GitHub
co-authored by Kashargul
parent 9de82ac4b7
commit db636e3306
4 changed files with 29 additions and 21 deletions
@@ -18,6 +18,10 @@
drop_sound = 'sound/items/drop/device.ogg'
pickup_sound = 'sound/items/pickup/device.ogg'
/obj/item/circuitboard/Destroy()
QDEL_NULL(board_type)
return ..()
//Called when the circuitboard is used to contruct a new machine.
/obj/item/circuitboard/proc/construct(var/obj/machinery/M)
if(istype(M, build_path))