mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-25 13:09:11 +01:00
fixes a few runtimes (#19615)
* fixes two runtimes * . * split that proper * Fix indentation in handle_removal function * . * Update personal_shield_generator_vr.dm * yuck * Remove power supply handling for active weapon * . * . * trithium * needs to be here * Update personal_shield_generator_vr.dm --------- Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
co-authored by
Cameron Lennox
parent
ebd20e2412
commit
26cf2c20fd
@@ -58,7 +58,7 @@
|
||||
for(var/obj/item/computer_hardware/CH in src.get_all_components())
|
||||
uninstall_component(null, CH)
|
||||
qdel(CH)
|
||||
paired_uavs.Cut()
|
||||
LAZYCLEARLIST(paired_uavs)
|
||||
return ..()
|
||||
|
||||
/obj/item/modular_computer/emag_act(remaining_charges, mob/user)
|
||||
|
||||
Reference in New Issue
Block a user