whole lotta bugfixes

This commit is contained in:
Iamgoofball
2015-02-03 17:57:57 -08:00
parent fa7e15d734
commit a480ffbc98
5 changed files with 13 additions and 8 deletions
@@ -203,6 +203,7 @@
qdel(src) //correctly before deleting the grenade.
/obj/item/weapon/grenade/chem_grenade/proc/mix_reagents()
reagents.chem_temp = 1000
for(var/obj/item/weapon/reagent_containers/glass/G in beakers)
G.reagents.trans_to(src, G.reagents.total_volume)