mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Items are now assumed to be conductive, rather than the opposite
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user