[FIX] Canviada la poció a 'objecte'

This commit is contained in:
2026-05-02 20:47:20 +02:00
parent 2cb75fc184
commit a4f7d78457
5 changed files with 65 additions and 65 deletions

View File

@@ -209,8 +209,6 @@ function world_update()
end
end
health_potion.update()
if stages.boss_loaded then
stage_update()
else
@@ -247,7 +245,6 @@ function world_draw()
end
dialeg.draw()
health_potion.draw()
if stages.boss_loaded then stage_draw_middle() end