mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
[MIRROR] Dunking handle_atom_del() in the trash bin. [MDB IGNORE] (#23183)
* Dunking handle_atom_del() in the trash bin. * Update _box_magazine.dm * Modular paths --------- Co-authored-by: Ghom <42542238+Ghommie@users.noreply.github.com> Co-authored-by: Giz <13398309+vinylspiders@users.noreply.github.com>
This commit is contained in:
@@ -260,14 +260,14 @@
|
||||
area.apc = null
|
||||
area = null
|
||||
|
||||
/obj/machinery/power/apc/handle_atom_del(atom/deleting_atom)
|
||||
if(deleting_atom == cell)
|
||||
/obj/machinery/power/apc/Exited(atom/movable/gone, direction)
|
||||
. = ..()
|
||||
if(gone == cell)
|
||||
cell = null
|
||||
charging = APC_NOT_CHARGING
|
||||
update_appearance()
|
||||
if(!QDELING(src))
|
||||
SStgui.update_uis(src)
|
||||
return ..()
|
||||
|
||||
/obj/machinery/power/apc/examine(mob/user)
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user