THIS WAS THE PROBLEM THE ENTIRE TIME

This commit is contained in:
lolman360
2020-08-24 12:36:17 +10:00
parent 97e5fbd29f
commit 037b939f55
2 changed files with 2 additions and 2 deletions
+1 -2
View File
@@ -5,7 +5,6 @@
icon = 'icons/obj/smith.dmi'
icon_state = "mace_greyscale"
item_state = "mace_greyscale"
color = null
material_flags = MATERIAL_COLOR | MATERIAL_AFFECT_STATISTICS
total_mass = TOTAL_MASS_MEDIEVAL_WEAPON //yeah ok
slot_flags = ITEM_SLOT_BELT
@@ -24,7 +23,7 @@
if(desc == "cringe")
desc = "A handmade [name]."
overlay = mutable_appearance(icon, overlay_state)
overlay.color = "FFFFFF"
overlay.appearance_flags = RESET_COLOR
add_overlay(overlay)
if(force < 0)
force = 0
+1
View File
@@ -116,6 +116,7 @@
if(1,2,3)
qualname = "above-average"
var/datum/material/mat = custom_materials[1]
finalitem.set_custom_materials(custom_materials)
mat = mat.name
finalitem.name = "[qualname] [mat] [initial(finalitem.name)]"
finalitem.desc = "A [qualname] [initial(finalitem.name)]."