diff --git a/atlantis_iraa.lua b/atlantis_iraa.lua --- a/atlantis_iraa.lua +++ b/atlantis_iraa.lua @@ -419,6 +419,15 @@ iraa_temple_shark = room { position = 1; wait = 0; }; + map = { + ["2"] = iraa_temple_ravine_2, + ["3"] = iraa_temple_ravine_3, + ["4"] = iraa_temple_ravine_4, + ["6"] = iraa_temple_ravine_6, + ["7"] = iraa_temple_ravine_7, + ["8"] = iraa_temple_ravine_8, + ["9"] = iraa_temple_ravine_9 + }; cycle = {2,6,7,8,9,4.3}; nam = "iraa_temple_shark"; life = function(s) @@ -440,6 +449,7 @@ iraa_temple_shark = room { s.alive = false; lifeoff(s); s:disable(); + move(item_shark_tooth, s.map[tostring(s.cycle[s.position])]); return [[Пронзенная метким выстрелом гарпуна, акула умирает. ]]; end; dsc = function(s)