makes a couple Entered() procs call parent as well - bellies + disposals

This commit is contained in:
Seris02
2023-02-18 11:47:27 +08:00
parent f40ca96a27
commit a3c97cf926
2 changed files with 2 additions and 0 deletions

View File

@@ -108,6 +108,7 @@
return TRUE
/obj/structure/biowaste_tank/Entered(atom/movable/thing, atom/OldLoc)
. = ..()
if(istype(thing, /obj/item/weapon/reagent_containers/food))
qdel(thing)
return