mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 23:27:34 +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:
@@ -117,14 +117,12 @@
|
||||
if(EXPLODE_LIGHT)
|
||||
SSexplosions.low_mov_atom += beaker
|
||||
|
||||
/obj/machinery/biogenerator/handle_atom_del(atom/deleting_atom)
|
||||
/obj/machinery/biogenerator/Exited(atom/movable/gone, direction)
|
||||
. = ..()
|
||||
|
||||
if(deleting_atom == beaker)
|
||||
if(gone == beaker)
|
||||
beaker = null
|
||||
update_appearance()
|
||||
|
||||
|
||||
/obj/machinery/biogenerator/RefreshParts()
|
||||
. = ..()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user