mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
Fix MoMMIs creating infinite glass, while allowing them to insert ungenerated glass into autolathes.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user