Skip to content

Commit e619c67

Browse files
committed
fix missing infoqueue
1 parent 611e449 commit e619c67

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

items/epic.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1954,7 +1954,7 @@ local fleshpanopticon = {
19541954
order = 146,
19551955
atlas = "atlasepic",
19561956
loc_vars = function(self, info_queue, center)
1957-
info_queue[#info_queue + 1] = { set = "Spectral", key = "c_cry_soul" }
1957+
info_queue[#info_queue + 1] = { set = "Spectral", key = "c_soul" }
19581958
if not center.edition or (center.edition and not center.edition.negative) then
19591959
info_queue[#info_queue + 1] = G.P_CENTERS.e_negative
19601960
end

localization/en-us.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2642,7 +2642,7 @@ return {
26422642
"{C:red}X#1#{} {C:attention}Boss Blind{} size",
26432643
"When {C:attention}Boss Blind{} is defeated,",
26442644
"{C:red}self destructs{}, and creates",
2645-
"a {C:dark_edition}Negative{} {C:spectral}Gateway{} card",
2645+
"a {C:dark_edition}Negative{} {C:spectral}Soul{} card",
26462646
'{C:inactive,s:0.8}"This prison... to hold... me?"',
26472647
},
26482648
},

0 commit comments

Comments
 (0)