Skip to content

Commit

Permalink
Intro19: Remove reference to generate call sign
Browse files Browse the repository at this point in the history
  • Loading branch information
Xansta committed Dec 11, 2024
1 parent 986742d commit 50c3258
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scenario_99_intro19.lua
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,6 @@ function enemyChasers()
:orderAttack(p)
table.insert(enemy_ships,chaser)
table.insert(enemy_chasers,chaser)
chaser:setCallSign(generateCallSign(nil,"Kraylor"))
angle = angle + increment
end
if flagship:isValid() and distance(p,enemy_station) > 30000 then
Expand Down

0 comments on commit 50c3258

Please sign in to comment.