Shiptest 13 - Modules - Types

code/controllers/subsystem/materials.dm

How material datums work Materials are now instanced datums, with an associative list of them being kept in SSmaterials. We only instance the materials once and then re-use these instances for everything.

These materials call on_applied() on whatever item they are applied to, common effects are adding components, changing color and changing description. This allows us to differentiate items based on the material they are made out of.area

/var/SSmaterials Because we add an implicit 1 for the coordinate calcuations.