chumbis changes (#50778)

This commit is contained in:
Qustinnus
2020-05-02 22:52:03 +08:00
committed by GitHub
parent bcb658aa8f
commit 572353b33c
+1 -1
View File
@@ -65,7 +65,7 @@
var/datum/material/M = SSmaterials.GetMaterialRef(material_type) //First/main material
for(var/i in M.categories)
switch(i)
if(MAT_CATEGORY_RIGID && MAT_CATEGORY_BASE_RECIPES)
if(MAT_CATEGORY_BASE_RECIPES)
var/list/temp = SSmaterials.rigid_stack_recipes.Copy()
recipes += temp
update_weight()