Hot ice fix (#50353)

* fixed the burning oh the sheets

* finish touches

* properly fixes the hot ice component

* runtimes are bad

* Update code/game/objects/obj_defense.dm

Co-Authored-By: Rohesie <rohesie@gmail.com>

Co-authored-by: Rohesie <rohesie@gmail.com>
This commit is contained in:
Ghilker
2020-04-05 21:06:45 -03:00
committed by GitHub
co-authored by Rohesie
parent 388ea6f9be
commit 5d64a90618
5 changed files with 23 additions and 19 deletions
+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)
if(MAT_CATEGORY_RIGID && MAT_CATEGORY_BASE_RECIPES)
var/list/temp = SSmaterials.rigid_stack_recipes.Copy()
recipes += temp
update_weight()