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:
Kashargul
2026-07-16 22:41:05 -04:00
committed by GitHub
co-authored by Cameron Lennox
parent ebd20e2412
commit 26cf2c20fd
7 changed files with 53 additions and 48 deletions
@@ -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)