mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 12:35:33 +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:
@@ -25,12 +25,12 @@
|
||||
if(case)
|
||||
. += span_warning("There seems to be something inside it, but you can't quite tell what from here...")
|
||||
|
||||
/obj/item/implantpad/handle_atom_del(atom/A)
|
||||
if(A == case)
|
||||
case = null
|
||||
update_appearance()
|
||||
updateSelfDialog()
|
||||
/obj/item/implantpad/Exited(atom/movable/gone, direction)
|
||||
. = ..()
|
||||
if(gone == case)
|
||||
case = null
|
||||
update_appearance()
|
||||
updateSelfDialog()
|
||||
|
||||
/obj/item/implantpad/AltClick(mob/user)
|
||||
..()
|
||||
@@ -44,7 +44,6 @@
|
||||
|
||||
add_fingerprint(user)
|
||||
case.add_fingerprint(user)
|
||||
case = null
|
||||
|
||||
updateSelfDialog()
|
||||
update_appearance()
|
||||
|
||||
Reference in New Issue
Block a user