48
edits
(Add Unholy Prayer Table function) |
(Add "For Each Unholy Mark stack on the enemy:" to unholy prayers) |
||
Line 52: | Line 52: | ||
local chr = asList and '* ' or '' | local chr = asList and '* ' or '' | ||
local bonusLines = {} | local bonusLines = {} | ||
if prayer.isUnholy then | |||
table.insert(bonusLines, "For each Unholy Mark stack on the enemy:") | |||
end | |||
if type(prayer.modifiers) == 'table' then | if type(prayer.modifiers) == 'table' then | ||
for bonusKey, bonusVal in Shared.skpairs(prayer.modifiers) do | for bonusKey, bonusVal in Shared.skpairs(prayer.modifiers) do |
edits