forked from space-wizards/space-station-14
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
104 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
### Portal verb text | ||
|
||
portal-component-ghost-traverse = Traverse | ||
portal-component-no-linked-entities = Can't ghost traverse a portal that doesn't have exactly 1 linked portal | ||
portal-component-can-ghost-traverse = Teleport to the linked portal | ||
portal-component-invalid-configuration-fizzle = The portal fizzles out! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
69 changes: 69 additions & 0 deletions
69
.../ru-RU/ss14-ru/prototypes/entities/objects/consumable/smokeables/cigarettes/cigarette.ftl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,78 @@ | ||
ent-Cigarette = сигарета | ||
.desc = Скрутка с табаком и никотином. | ||
.suffix = { "" } | ||
ent-SoakedCigarette = cigarette | ||
.desc = A roll of tobacco and nicotine soaked in some chemical. | ||
.suffix = { "" } | ||
ent-CigaretteSyndicate = сигарета | ||
.suffix = синдикат | ||
.desc = { ent-Cigarette.desc } | ||
ent-CigaretteSpent = { ent-Cigarette } | ||
.suffix = использована | ||
.desc = { ent-Cigarette.desc } | ||
ent-CigaretteOmnizine = Hot Dog Water Flavor Explosion | ||
.desc = { ent-SoakedCigarette.desc } | ||
.suffix = { "" } | ||
ent-CigaretteIron = Rusty Orange Baja Blast | ||
.desc = { ent-SoakedCigarette.desc } | ||
.suffix = { "" } | ||
ent-CigaretteTricordrazine = Licorice Allsorts | ||
.desc = { ent-SoakedCigarette.desc } | ||
.suffix = { "" } | ||
ent-CigaretteDylovene = Urinal Cake Disolver | ||
.desc = { ent-SoakedCigarette.desc } | ||
.suffix = { "" } | ||
ent-CigaretteDermaline = Aloe Peanut Butter Medley | ||
.desc = { ent-SoakedCigarette.desc } | ||
.suffix = { "" } | ||
ent-CigaretteArithrazine = Roman Pipe Works | ||
.desc = { ent-SoakedCigarette.desc } | ||
.suffix = { "" } | ||
ent-CigaretteIpecac = Grandma's Christmas Fruitcake | ||
.desc = { ent-SoakedCigarette.desc } | ||
.suffix = { "" } | ||
ent-CigaretteBicaridine = Wet Dog Enhanced Cigarette | ||
.desc = { ent-SoakedCigarette.desc } | ||
.suffix = { "" } | ||
ent-CigaretteDexalin = Rocky Mountain Musk | ||
.desc = { ent-SoakedCigarette.desc } | ||
.suffix = { "" } | ||
ent-CigarettePax = Switzerland Express | ||
.desc = { ent-SoakedCigarette.desc } | ||
.suffix = { "" } | ||
ent-CigaretteBbqSauce = Spicy Wood Aroma | ||
.desc = { ent-SoakedCigarette.desc } | ||
.suffix = { "" } | ||
ent-CigaretteBlackPepper = English Spice | ||
.desc = { ent-SoakedCigarette.desc } | ||
.suffix = { "" } | ||
ent-CigaretteCapsaicinOil = Chilly P | ||
.desc = { ent-SoakedCigarette.desc } | ||
.suffix = { "" } | ||
ent-CigaretteBread = Double Toasted | ||
.desc = { ent-SoakedCigarette.desc } | ||
.suffix = { "" } | ||
ent-CigaretteMilk = Bovine Extract | ||
.desc = { ent-SoakedCigarette.desc } | ||
.suffix = { "" } | ||
ent-CigaretteBanana = Clown Adjancency Bonus | ||
.desc = { ent-SoakedCigarette.desc } | ||
.suffix = { "" } | ||
ent-CigaretteSpaceDrugs = 80's Power Hour | ||
.desc = { ent-SoakedCigarette.desc } | ||
.suffix = { "" } | ||
ent-CigaretteMuteToxin = Mixed Lozenges | ||
.desc = { ent-SoakedCigarette.desc } | ||
.suffix = { "" } | ||
ent-CigaretteMold = Beneath The Sink Experience | ||
.desc = { ent-SoakedCigarette.desc } | ||
.suffix = { "" } | ||
ent-CigaretteLicoxide = Wake Up Call | ||
.desc = { ent-SoakedCigarette.desc } | ||
.suffix = { "" } | ||
ent-CigaretteWeldingFuel = Plasma Sauce | ||
.desc = { ent-SoakedCigarette.desc } | ||
.suffix = { "" } | ||
ent-CigaretteTHC = Hippy Romance Novel | ||
.desc = { ent-SoakedCigarette.desc } | ||
.suffix = { "" } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters