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

This commit is contained in:
Neerti
2019-03-28 21:45:38 -04:00
committed by Novacat
parent 5ca397fb43
commit 30b967e28a
89 changed files with 765 additions and 867 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()