Skip to content
Snippets Groups Projects
Commit 5a9e685a authored by Otowa Kotori's avatar Otowa Kotori
Browse files

Shield wand and Healing totem now ignore_nullify_all_friendlyfire

http://forums.te4.org/viewtopic.php?f=42&t=50783
This will make them work with Through The Crowd on
parent f7bd4ab3
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ newEntity{
{
radius = function(self, who) return 10 end,
heal = function(self, who) return self:getCharmPower(who) end,
target = function(self, who) return {type="ball", nowarning=true, radius=self.use_power.radius(self, who)} end,
target = function(self, who) return {type="ball", nowarning=true, radius=self.use_power.radius(self, who), ignore_nullify_all_friendlyfire=true} end,
tactical = {HEAL = 1},
})
}
......
......@@ -161,7 +161,7 @@ newEntity{
{
radius = function(self, who) return 10 end,
shield = function(self, who) return self:getCharmPower(who) end,
target = function(self, who) return {type="ball", nowarning=true, radius=self.use_power.radius(self, who)} end,
target = function(self, who) return {type="ball", nowarning=true, radius=self.use_power.radius(self, who), ignore_nullify_all_friendlyfire=true} end,
tactical = {HEAL = 1},
})
}
\ No newline at end of file
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