Skip to content

Commit 8a3388d

Browse files
committed
rm commented out stuff
1 parent 45036a5 commit 8a3388d

File tree

1 file changed

+2
-26
lines changed

1 file changed

+2
-26
lines changed

items/exotic.lua

Lines changed: 2 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1682,12 +1682,7 @@ local caeruleum = {
16821682
name = "cry-Caeruleum",
16831683
key = "caeruleum",
16841684

1685-
-- this is just hardcoded because it's kinda unavoidable
1686-
--[[config = {
1687-
immutable = {
1688-
max_op = 3,
1689-
},
1690-
},]]
1685+
config = {},
16911686

16921687
init = function(self)
16931688
local scie = SMODS.calculate_individual_effect
@@ -1708,7 +1703,7 @@ local caeruleum = {
17081703
key = new_key
17091704

17101705
-- no _mod returns because i hate them
1711-
-- effect.remove_default_message = (key:sub(-4) == "_mod")
1706+
effect.remove_default_message = (key:sub(-4) == "_mod")
17121707

17131708
-- create a new message for caeruleum to display
17141709
local chipsMessageKeys = {
@@ -1861,25 +1856,6 @@ function Cryptid.caeruleum_new_key(key)
18611856
local new_key = chipsReturnOperators[op2]
18621857

18631858
return true, new_key, op2
1864-
1865-
--[[if key:sub(-4) == "_mod" then
1866-
new_effect.remove_default_message = true
1867-
end]]
1868-
1869-
--[[new_effect = SMODS.merge_effects({
1870-
new_effect,
1871-
{
1872-
message = localize({
1873-
type = "variable",
1874-
key = chipsMessageKeys[op2],
1875-
vars = {
1876-
number_format(effect[key]),
1877-
},
1878-
}),
1879-
card = caeruleum,
1880-
focus = caeruleum,
1881-
},
1882-
})]]
18831859
end
18841860
end
18851861
end

0 commit comments

Comments
 (0)