Items are now assumed to be conductive, rather than the opposite

This commit is contained in:
Anewbe
2019-03-02 20:34:49 -06:00
parent 85d332e94b
commit aade8c356f
89 changed files with 27 additions and 133 deletions
+2 -2
View File
@@ -37,8 +37,8 @@
if(apply_colour)
color = material.icon_colour
if(material.conductive)
flags |= CONDUCT
if(!material.conductive)
flags |= NOCONDUCT
matter = material.get_matter()
update_strings()