Skip to content

Commit

Permalink
Hid the dwarven transport from the encyclopedia units
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrettin committed Dec 16, 2015
1 parent 7c90549 commit 8c4c3ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/civilizations/dwarf/units.lua
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ DefineUnitType("unit-dwarven-ballista", { Name = _("Ballista"),
DefineUnitType("unit-dwarven-transport-ship", { Name = _("Transport"),
Parent = "unit-template-transport-ship",
Civilization = "dwarf",
Description = _("Sailing the Deep Sea and underground rivers alike, these ships are manned by hearty dwarven crews. Every journey brings back new tales, be it of a kobold dwarf-eating tribe, or of treacherous goblin pirates..."),
-- Description = _("Sailing the Deep Sea and underground rivers alike, these ships are manned by hearty dwarven crews. Every journey brings back new tales, be it of a kobold dwarf-eating tribe, or of treacherous goblin pirates..."),
Image = {"file", "dwarf/units/transport.png", "size", {72, 72}},
LightImage = {"file", "dwarf/units/transport_water.png"},
Animations = "animations-transport-ship", Icon = "icon-dwarven-ballista",
Expand Down

0 comments on commit 8c4c3ce

Please sign in to comment.