- Fixed the "Who needs to include that window.dm... What lag?"

Lag should be back to normal.
- Fixed reagent grinder New()

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1681 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
panurgomatic
2011-06-12 02:19:05 +00:00
parent c0bad53a84
commit cc8acd41b1
2 changed files with 3 additions and 0 deletions

View File

@@ -508,7 +508,9 @@
)
/obj/machinery/reagentgrinder/New()
..()
beaker = new /obj/item/weapon/reagent_containers/glass/large(src)
return
/obj/machinery/reagentgrinder/update_icon()
icon_state = "juicer"+num2text(!isnull(beaker))