1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2025-07-17 13:24:57 +00:00

minor script fixes

- restored leach.lua 1.1.1 compatibility (entity_*TargetLeaches still works)
- fixed possible script warning when picking up a collectible
- made energy bariers ignore damage
This commit is contained in:
fgenesis 2011-11-21 00:01:12 +01:00
parent e6e33f2f9d
commit 47c31660ca
3 changed files with 4 additions and 3 deletions

View file

@ -43,7 +43,7 @@ function v.commonInit(me, gfx, flag, cst)
v.back = true
end
v.isCostume = cst
v.isCostume = cst or false
end
function v.commonUpdate(me, dt)