[MIRROR] Fixes machines not releasing their contents when opened (such as mobs), when they otherwise should. [MDB IGNORE] (#20059)

* Fixes machines not releasing their contents when opened (such as mobs), when they otherwise should.

* e

---------

Co-authored-by: Timberpoes <silent_insomnia_pp@hotmail.co.uk>
Co-authored-by: Gandalf <9026500+Gandalf2k15@users.noreply.github.com>
This commit is contained in:
SkyratBot
2023-03-27 03:27:33 +01:00
committed by GitHub
co-authored by Timberpoes Gandalf
parent 7459d70109
commit 4f983f9b2f
5 changed files with 6 additions and 5 deletions
@@ -173,7 +173,7 @@
mod_unit = null
open_machine()
/obj/machinery/mod_installer/open_machine(density_to_set = FALSE)
/obj/machinery/mod_installer/open_machine(drop = TRUE, density_to_set = FALSE)
if(state_open)
return FALSE
..()