- Passat a mini v1.3.6

This commit is contained in:
2025-10-30 12:39:44 +01:00
parent 5fef769534
commit a5d097aa50
26 changed files with 396 additions and 399 deletions

View File

@@ -72,7 +72,7 @@ end
function triggers:teleport_a()
abad.teleport=true
playsnd(audio_hit)
cls(14)
surf.cls(14)
imp.reset()
abad.hab=67
abad.x=24
@@ -81,7 +81,7 @@ end
function triggers:teleport_b()
if abad.teleport then
playsnd(audio_hit)
cls(14)
surf.cls(14)
imp.reset()
abad.hab=14
abad.x=16
@@ -91,7 +91,7 @@ end
function triggers:teleport_c()
abad.teleport2=true
playsnd(audio_hit)
cls(14)
surf.cls(14)
imp.reset()
abad.hab=61
abad.x=24
@@ -100,7 +100,7 @@ end
function triggers:teleport_d()
if abad.teleport2 then
playsnd(audio_hit)
cls(14)
surf.cls(14)
imp.reset()
abad.hab=29
abad.x=24