Skip to content

Commit

Permalink
Removed HADS Language Entry
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeryn99 committed Dec 20, 2023
1 parent b7211f3 commit c6cfcd6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// 1.20.2 2023-12-13T17:23:49.2085353 Languages: en_us
918df6357a51f37e6384a7a2a029249d89d8b970 assets/tardis_refined/lang/en_us.json
// 1.20.2 2023-12-20T12:39:49.6663005 Languages: en_us
b15287898c149aa4559ad436a4a80a5484e7df22 assets/tardis_refined/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,6 @@
"upgrade.tardis_refined.explorer_ii.description": "x2500 Increment",
"upgrade.tardis_refined.explorer_iii": "Explorer III",
"upgrade.tardis_refined.explorer_iii.description": "x5000 Increment",
"upgrade.tardis_refined.hostile_displacement": "Hostile Action Displacement",
"upgrade.tardis_refined.hostile_displacement.description": "Enables the displacement of the TARDIS when attacked",
"upgrade.tardis_refined.inside_architecture": "Desktop Reconfiguration",
"upgrade.tardis_refined.inside_architecture.description": "Allows the Pilot to change the appearance of the TARDIS Desktop",
"upgrade.tardis_refined.landing_pad": "Landing Pad",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ protected void addTranslations() {
addUpgrade(Upgrades.COORDINATE_INPUT.get(), "Coordinate Input", "Allows the Pilot to input coordinates with the monitor");
addUpgrade(Upgrades.CHAMELEON_CIRCUIT_SYSTEM.get(), "Chameleon Circuit", "Allows the TARDIS to change it's shape");
addUpgrade(Upgrades.DEFENSE_SYSTEM.get(), "Defense System", "Enables Defense Protocols");
addUpgrade(Upgrades.HOSTILE_DISPLACEMENT.get(), "Hostile Action Displacement", "Enables the displacement of the TARDIS when attacked");
addUpgrade(Upgrades.WAYPOINTS.get(), "Waypoints", "Allows the Pilot to create saved locations");
addUpgrade(Upgrades.NAVIGATION_SYSTEM.get(), "Navigation System", "Allows upgrades to the TARDIS Navigation System");
addUpgrade(Upgrades.TARDIS_XP.get(), "System Upgrades", "Allows upgrades to the TARDIS");
Expand Down

0 comments on commit c6cfcd6

Please sign in to comment.