Skip to content

Commit

Permalink
unplaguable > unplagueable
Browse files Browse the repository at this point in the history
  • Loading branch information
white-haired-uncle authored May 26, 2024
1 parent 5794f7f commit c2d28a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/items.lua
Original file line number Diff line number Diff line change
Expand Up @@ -931,7 +931,7 @@ loti.item.describe_item = function(number, sort, set_items)
if part == "unpoisonable" then line = "<span color='yellow'>" .. _"Immune to Poison" .. "</span>"
elseif part == "unslowable" then line = "<span color='yellow'>" .. _"Immune to Slow" .. "</span>"
elseif part == "undrainable" then line = "<span color='yellow'>" .. _"Immune to Drain" .. "</span>"
elseif part == "unplaguable" then line = "<span color='yellow'>" .. _"Immune to Plague" .. "</span>"
elseif part == "unplagueable" then line = "<span color='yellow'>" .. _"Immune to Plague" .. "</span>"
elseif part == "unpretrifiable" then line = "<span color='yellow'>" .. _"Immune to Petrify" .. "</span>"
elseif part == "unhealable" then line = "<span color='yellow'>" .. _"Unhealable" .. "</span>"
elseif part == "invulnerable" then line = "<span color='yellow'>" .. _"Invulnerable" .. "</span>" end
Expand Down

0 comments on commit c2d28a8

Please sign in to comment.