Merge pull request #5727 from Seris02/radiohelping

stops radios from dropping out every second message
This commit is contained in:
BlackMajor
2023-02-23 14:42:15 +13:00
committed by GitHub
8 changed files with 69 additions and 29 deletions
@@ -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