Skip to content
Snippets Groups Projects
Commit 35db81c3 authored by DarkGod's avatar DarkGod
Browse files

plop

parent ba950866
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,9 @@ function _M:newLore(t)
t.order = #self.lore_defs+1
if t.lore and type(t.lore) == "string" then
t.lore = t.lore:gsub("%[i%]", "#{italic}#"):gsub("%[/i%]", "#{normal}#"):gsub("%[b%]", "#{bold}#"):gsub("%[/b%]", "#{normal}#")
t.lore = t.lore:gsub("%[i%]", "#{italic}#"):gsub("%[/i%]", "#{normal}#")
:gsub("%[b%]", "#{bold}#"):gsub("%[/b%]", "#{normal}#")
:gsub("%[u%]", "#{underline}#"):gsub("%[/u%]", "#{normal}#")
end
self.lore_defs[t.id] = t
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment