This commit is contained in:
Tsurupeta
2023-08-08 14:01:18 +03:00
parent d4f3793f8f
commit d4ec25e748
180 changed files with 800 additions and 374 deletions
@@ -71,7 +71,6 @@
for(var/H in all_components)
var/obj/item/computer_hardware/CH = all_components[H]
if(CH.holder == src)
CH.on_remove(src)
CH.holder = null
all_components.Remove(CH.device_type)
qdel(CH)