1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2025-10-20 05:19:29 +00:00

additional seahorse/Li spirit form/riding fix.

This patch enables movement after going into spirit form while hugged,
and fixes getting off a seahorse if returning near an actual spirit crystal.
This commit is contained in:
fgenesis 2011-11-21 02:01:29 +01:00
commit ff195c6b16
2 changed files with 18 additions and 2 deletions

View file

@ -631,6 +631,13 @@ function shiftWorlds(me, old, new)
entity_setPosition(me, x+1, y+1)
]]--
end
-- resuming the hug after spirit return is not easily possible,
-- as the game has additional code that repositions Li then.
-- so we just end the hug; this allows moving in spirit form. -- FG
if entity_isState(me, STATE_HUG) then
endHug(me)
end
end
function song(me, song)