mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-20 20:54:35 +01:00
[MIRROR] Clears unused research var (#12685)
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
committed by
GitHub
parent
71699b747b
commit
bb3778d69d
@@ -37,8 +37,6 @@
|
||||
|
||||
recipes = material.get_recipes()
|
||||
stacktype = material.stack_type
|
||||
if(islist(material.stack_origin_tech))
|
||||
origin_tech = material.stack_origin_tech.Copy()
|
||||
|
||||
if(apply_colour)
|
||||
color = material.icon_colour
|
||||
|
||||
@@ -35,7 +35,6 @@
|
||||
/datum/material/fur
|
||||
name = MAT_FUR
|
||||
icon_colour = "#fff2d3"
|
||||
stack_origin_tech = list(TECH_MATERIAL = 2)
|
||||
display_name = MAT_FUR
|
||||
icon_base = "sheet-fabric"
|
||||
stack_type = /obj/item/stack/material/fur
|
||||
|
||||
Reference in New Issue
Block a user