Fix MoMMIs creating infinite glass, while allowing them to insert ungenerated glass into autolathes.

This commit is contained in:
Rob Nelson
2013-12-07 16:44:41 -08:00
parent a8daa635af
commit aa02c70ca9
3 changed files with 4 additions and 2 deletions

View File

@@ -28,7 +28,7 @@
src.modules += G
*/
// Aurx also sed so
var/obj/item/stack/sheet/glass/G = new /obj/item/stack/sheet/glass(src)
var/obj/item/stack/sheet/glass/cyborg/G = new /obj/item/stack/sheet/glass(src)
G.amount = 50
src.modules += G