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

Fix Fearscape and planetary_orbit

`on_enter` for Fearscape skill will never trigger, because you never *enter* that zone.
parent 9d79bbfd
No related branches found
No related tags found
1 merge request!681Misc 1.73 fixes
......@@ -260,6 +260,8 @@ newTalent{
game.logPlayer(game.player, "#LIGHT_RED#You are taken to the Fearscape!")
game.party:learnLore("fearscape-entry")
level.allow_demon_plane_damage = true
self:attr("planetary_orbit", 1)
target:attr("planetary_orbit", 1)
end)
local particle
......
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