Skip to content
Snippets Groups Projects
Commit ca9c5079 authored by Chris Davidson's avatar Chris Davidson
Browse files

Change Path of the Sun buff to other

This fixes weird dispel interactions.
parent c55fbee3
No related branches found
No related tags found
No related merge requests found
...@@ -2905,19 +2905,6 @@ newEffect{ ...@@ -2905,19 +2905,6 @@ newEffect{
end end
} }
newEffect{
name = "PATH_OF_THE_SUN", image = "talents/path_of_the_sun.png",
desc = "Path of the Sun",
long_desc = function(self, eff) return ("The target is able to instantly travel alongside Sun Paths."):format() end,
type = "magical",
subtype = { sun=true, },
status = "beneficial",
parameters = {},
activate = function(self, eff)
self:effectTemporaryValue(eff, "walk_sun_path", 1)
end
}
newEffect{ newEffect{
name = "SUNCLOAK", image = "talents/suncloak.png", name = "SUNCLOAK", image = "talents/suncloak.png",
desc = "Suncloak", desc = "Suncloak",
......
...@@ -142,6 +142,19 @@ newEffect{ ...@@ -142,6 +142,19 @@ newEffect{
end, end,
} }
newEffect{
name = "PATH_OF_THE_SUN", image = "talents/path_of_the_sun.png",
desc = "Path of the Sun",
long_desc = function(self, eff) return ("The target is able to instantly travel alongside Sun Paths."):format() end,
type = "other",
subtype = { sun=true, },
status = "beneficial",
parameters = {},
activate = function(self, eff)
self:effectTemporaryValue(eff, "walk_sun_path", 1)
end
}
newEffect{ newEffect{
name = "TIME_PRISON", image = "talents/time_prison.png", name = "TIME_PRISON", image = "talents/time_prison.png",
desc = "Time Prison", desc = "Time Prison",
......
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