Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/truepath.js
Original file line number Diff line number Diff line change
Expand Up @@ -4404,6 +4404,7 @@ function buildTPShip(ship, queue){
ship.name = name;

global.space.shipyard.ships.push(ship);
messageQueue(`The shipyard has completed the ${ship.name}.`,'info',false,['progress']);
drawShips();
updateCosts();
if (!queue){
Expand Down
1 change: 1 addition & 0 deletions strings/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6759,6 +6759,7 @@
"space_dwarf_mass_relay_effect": "Construct part of the Mass Relay",
"space_dwarf_mass_relay_effect2": "Triples speed of ships leaving from %0",
"space_dwarf_mass_relay_charged": "Charged: %0%",
"shipyard_new_ship": "The shipyard has completed the %0.",
"space_titan_info_desc": "The moon %0 is the largest moon orbiting the 2nd gas giant in the %1 system. It averages around 9.54AU from the sun and has a dense planet-like atmosphere.",
"space_titan_mission_effect": "Launch a mission to study the moon %0.",
"space_titan_mission_action": "%0 is the most %1-like planetoid you've discovered so far. Although challenging due to the cold temperatures and lack of liquid water, it would be possible to set up a permanent colony here.",
Expand Down