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

@@ -19,6 +19,8 @@
origin_tech = "materials=1"
var/created_window = /obj/structure/window/basic
/obj/item/stack/sheet/glass/cyborg
g_amt = 0
/obj/item/stack/sheet/glass/attack_self(mob/user as mob)
construct_window(user)

View File

@@ -85,7 +85,7 @@ var/global/list/datum/stack_recipe/plasteel_recipes = list ( \
desc = "This sheet is an alloy of iron and plasma."
icon_state = "sheet-plasteel"
item_state = "sheet-metal"
m_amt = 7500
m_amt = 3750 // Was 7500, which doesn't make any fucking sense
throwforce = 15.0
flags = FPRINT | TABLEPASS | CONDUCT
origin_tech = "materials=2"

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