mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
- 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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user