[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

@@ -91,6 +91,9 @@ function stages.stage1_init()
table.insert( actors, zombie.new(73, 7, 3,false) )
table.insert( actors, zombie.new(75, 3, 3,true) )
local hp_x, hp_y = coords.room_to_world(11, 7, 4)
table.insert( actors, health_potion.new(11, hp_x, hp_y, 0, 0, 1) )
-- TRIGGERS
-- if not menu then table.insert(actors,trigger.new(10,57,32,triggers.escena_abad_inici)) end
table.insert( actors, trigger.new(10,7,3,triggers.escena_abad_inici,"inici","TR01") )