Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/daid/EmptyEpsilon into da…
Browse files Browse the repository at this point in the history
…id_master
  • Loading branch information
Tsht committed May 6, 2024
2 parents 4d93331 + 09afb82 commit dbcc7b0
Show file tree
Hide file tree
Showing 3 changed files with 859 additions and 77 deletions.
2 changes: 1 addition & 1 deletion scripts/cpu_ship_diversification_scenario_utility.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1673,7 +1673,7 @@ function touchy(enemyFaction)
ship:setBeamWeapon(0, 12, 0, 2200, 9.0, 9.0) --narrower (vs 60), longer (vs 1000), slower (vs 4), stronger (vs 4)
local ships_key = _("scienceDB","Ships")
local starfighter_key = _("scienceDB","Starfighter")
local touchy_key = _("scienceDB","Youchy")
local touchy_key = _("scienceDB","Touchy")
local touchy_db = queryScienceDatabase(ships_key,starfighter_key,touchy_key)
if touchy_db == nil then
local starfighter_db = queryScienceDatabase(ships_key,starfighter_key)
Expand Down
Loading

0 comments on commit dbcc7b0

Please sign in to comment.