Update code/modules/reagents/reagent_containers.dm

Drink slide changes recommended by Ghom p.2

Co-Authored-By: Ghom <42542238+Ghommie@users.noreply.github.com>
This commit is contained in:
Ragolution
2020-03-07 01:58:17 -05:00
committed by GitHub
parent 860d6b0827
commit 9d1cef2e97
@@ -156,8 +156,6 @@
reagents.clear_reagents()
if(QDELETED(src))
return
if (!bartender_check(target)) // Needs to check for Bartender Slide before spilling.
reagents.clear_reagents() // Clear reagents of thrown container.
//melts plastic beakers
/obj/item/reagent_containers/microwave_act(obj/machinery/microwave/M)