mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 01:49:19 +00:00
More and more fixes.
This commit is contained in:
@@ -1019,7 +1019,7 @@ Proc for attack log creation, because really why not
|
||||
custom_materials = null
|
||||
return
|
||||
|
||||
if(material_flags & MATERIAL_EFFECTS)
|
||||
if(material_flags)
|
||||
for(var/x in materials)
|
||||
var/datum/material/custom_material = SSmaterials.GetMaterialRef(x)
|
||||
custom_material.on_applied(src, materials[x] * multiplier * material_modifier, material_flags)
|
||||
|
||||
Reference in New Issue
Block a user