Fixes biogenerator typo, improper beaker splashing, and allows glass beakers to refill botany trays

Conflicts:
	code/modules/reagents/reagent_containers/glass.dm
This commit is contained in:
Jeremy Liberman
2014-03-16 21:01:02 -05:00
committed by alex-gh
parent ed69c23e07
commit c74ff2d653
3 changed files with 14 additions and 10 deletions
@@ -37,7 +37,11 @@
/mob/living/simple_animal/cow,
/mob/living/simple_animal/hostile/retaliate/goat,
/obj/machinery/computer/centrifuge,
/obj/machinery/sleeper )
/obj/machinery/sleeper,
/obj/machinery/smartfridge/,
/obj/machinery/biogenerator,
/obj/machinery/hydroponics,
/obj/machinery/constructable_frame)
New()
..()