[Fix] Arreglos menors. Jugable

This commit is contained in:
2026-05-01 23:57:21 +02:00
parent 40c874ec57
commit b7c84163a0
5 changed files with 7 additions and 7 deletions

View File

@@ -124,8 +124,8 @@ function triggers:escena_abad_porta_batman()
end
function triggers:escena_habitacio_batman()
if abad.objects.clau_premiere==nil and
abad.objects.clau_elalien==nil
if abad.objects.clau_premiere~=nil and
abad.objects.clau_elalien~=nil
then
-- switches.start(0,0)
local trigger_porta = trigger.new(abad.hab,1,1,triggers.open_door,"switch","porta acces cacaus","",{20, 53,41})