Protolathe and CI will now correctly eject materials.
This commit is contained in:
Kelenius
2016-01-18 15:06:33 +03:00
parent 3d562f0085
commit ee531578d7
4 changed files with 29 additions and 53 deletions
+1 -2
View File
@@ -9,7 +9,7 @@
var/default_type = DEFAULT_WALL_MATERIAL
var/material/material
var/perunit
var/perunit = SHEET_MATERIAL_AMOUNT
var/apply_colour //temp pending icon rewrite
/obj/item/stack/material/New()
@@ -28,7 +28,6 @@
stacktype = material.stack_type
if(islist(material.stack_origin_tech))
origin_tech = material.stack_origin_tech.Copy()
perunit = SHEET_MATERIAL_AMOUNT
if(apply_colour)
color = material.icon_colour