mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 12:08:28 +01:00
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:
co-authored by
Kashargul
parent
9de82ac4b7
commit
db636e3306
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user