mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 15:08:34 +01:00
Clears unused research var (#19355)
* Removes stack_origin_tech * Goodbye * I HATE MAP EDITS
This commit is contained in:
@@ -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