Skip to content

Commit

Permalink
Ship diversification: fix spelling error (#2086)
Browse files Browse the repository at this point in the history
Y becomes T
Youchy becomes Touchy
@Xansta
  • Loading branch information
muerteFR authored May 5, 2024
1 parent f29dac9 commit 09afb82
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 09afb82

Please sign in to comment.