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

This commit is contained in:
Neerti
2019-03-04 21:44:54 -05:00
committed by Novacat
parent 5ca397fb43
commit 30b967e28a
89 changed files with 765 additions and 867 deletions

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()