Skip to content

Commit

Permalink
Fix: ferumbras Ascendant Quest - review 10
Browse files Browse the repository at this point in the history
  • Loading branch information
htc16 committed Oct 3, 2024
1 parent d94e23a commit f05de75
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ local config = {
timeToDefeat = 17 * 60, -- 17 minutes in seconds
playerPositions = {
{ pos = Position(33680, 32741, 11), teleport = Position(33644, 32760, 11), effect = CONST_ME_TELEPORT },
{ pos = Position(33680, 32742, 11), teleport = Position(33644, 32760, 11), effect = CONST_ME_TELEPORT },
{ pos = Position(33680, 32743, 11), teleport = Position(33644, 32760, 11), effect = CONST_ME_TELEPORT },
{ pos = Position(33680, 32744, 11), teleport = Position(33644, 32760, 11), effect = CONST_ME_TELEPORT },
{ pos = Position(33680, 32745, 11), teleport = Position(33644, 32760, 11), effect = CONST_ME_TELEPORT },
},
specPos = {
from = Position(33632, 32747, 11),
Expand Down

0 comments on commit f05de75

Please sign in to comment.