8,222
edits
No edit summary |
No edit summary |
||
Line 237: | Line 237: | ||
local color = hat[2] | local color = hat[2] | ||
local dyeable | local dyeable | ||
if hat[3] then local dyeable = dyeableText else dyeable = '' end | if hat[3] == true then local dyeable = dyeableText else dyeable = '' end | ||
local lore = hat[4] | local lore = hat[4] | ||
aliases[name] = { title = '&l' .. color .. name, name = name, text = dyeable .. '&8♦ Spooky Hat Pack ♦/&r&5&o' .. lore .. hatArmorText} | aliases[name] = { title = '&l' .. color .. name, name = name, text = dyeable .. '&8♦ Spooky Hat Pack ♦/&r&5&o' .. lore .. hatArmorText} |