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:
parent
e6e33f2f9d
commit
47c31660ca
3 changed files with 4 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue