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

sanity

parent 629a8e49
No related branches found
No related tags found
No related merge requests found
......@@ -836,7 +836,7 @@ newEntity{
on_kill = 1,
desc=function(self, who, special)
local targets = self.combat.projection_targets
return ("Projects up to %d attacks dealing 30%% weapon damage to random targets in range 10 (cannot hit the initial target)"):format(targets)
return ("Projects up to %d attacks dealing 30%% weapon damage to random targets in range 10 (cannot hit the initial target)"):format(targets or 0)
end,
fct=function(combat, who, target)
if who.turn_procs.ego_projection then return end
......
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