1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2025-10-12 09:22:00 +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
commit 47c31660ca
3 changed files with 4 additions and 3 deletions

View file

@ -46,6 +46,7 @@ function v.commonInit(me)
entity_setActivationType(me, AT_NONE)
entity_setUpdateCull(me, 1024)
entity_alpha(me, 0)
entity_setAllDamageTargets(me, false)
end
function update(me, dt)