- Passat a mini v1.3.7
- [NEW] ara es pot activar i desactivar el só, des del nou menu d'opcions i desde el menu in-game - [NEW] menus canviats un poc
This commit is contained in:
@@ -71,7 +71,7 @@ end
|
||||
|
||||
function triggers:teleport_a()
|
||||
abad.teleport=true
|
||||
playsnd(audio_hit)
|
||||
sound.play(audio_hit)
|
||||
surf.cls(14)
|
||||
imp.reset()
|
||||
abad.hab=67
|
||||
@@ -80,7 +80,7 @@ end
|
||||
|
||||
function triggers:teleport_b()
|
||||
if abad.teleport then
|
||||
playsnd(audio_hit)
|
||||
sound.play(audio_hit)
|
||||
surf.cls(14)
|
||||
imp.reset()
|
||||
abad.hab=14
|
||||
@@ -90,7 +90,7 @@ end
|
||||
|
||||
function triggers:teleport_c()
|
||||
abad.teleport2=true
|
||||
playsnd(audio_hit)
|
||||
sound.play(audio_hit)
|
||||
surf.cls(14)
|
||||
imp.reset()
|
||||
abad.hab=61
|
||||
@@ -99,7 +99,7 @@ end
|
||||
|
||||
function triggers:teleport_d()
|
||||
if abad.teleport2 then
|
||||
playsnd(audio_hit)
|
||||
sound.play(audio_hit)
|
||||
surf.cls(14)
|
||||
imp.reset()
|
||||
abad.hab=29
|
||||
|
||||
Reference in New Issue
Block a user