mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-21 04:57:57 +01:00
[s]fixes qdel lag from computers in chasms (#20127)
* fixes qdel lag from computers in chasms * Update computer.dm
This commit is contained in:
committed by
oranges
parent
17ecd06950
commit
26f293a296
@@ -67,7 +67,10 @@
|
||||
kill_program(forced = TRUE)
|
||||
STOP_PROCESSING(SSobj, src)
|
||||
for(var/H in all_components)
|
||||
qdel(H)
|
||||
var/obj/item/weapon/computer_hardware/CH = H
|
||||
if(CH.holder == src)
|
||||
CH.holder = null
|
||||
qdel(CH)
|
||||
return ..()
|
||||
|
||||
// Eject ID card from computer, if it has ID slot with card inside.
|
||||
|
||||
Reference in New Issue
Block a user