forked from space-syndicate/space-station-14
-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Автоматический этикеровщик химикалиев (#172)
* Labeler * fix comment * make it happen * Update Resources/Prototypes/Entities/Structures/Dispensers/chem.yml Co-authored-by: FN <[email protected]> * Update Content.Server/Chemistry/EntitySystems/ReagentDispenserSystem.cs Co-authored-by: FN <[email protected]> * Update Content.Server/Chemistry/Components/ReagentDispenserComponent.cs Co-authored-by: FN <[email protected]> * Update Content.Server/Chemistry/EntitySystems/ReagentDispenserSystem.cs Co-authored-by: FN <[email protected]> * Update Content.Server/Chemistry/EntitySystems/ReagentDispenserSystem.cs Co-authored-by: FN <[email protected]> * Update Content.Server/Chemistry/EntitySystems/ReagentDispenserSystem.cs Co-authored-by: FN <[email protected]> * Update ReagentDispenserSystem.cs * Update Content.Server/Chemistry/EntitySystems/ReagentDispenserSystem.cs Co-authored-by: FN <[email protected]> * Update Content.Server/Chemistry/EntitySystems/ReagentDispenserSystem.cs Co-authored-by: FN <[email protected]> * last and fast * Update Content.Server/Chemistry/EntitySystems/ReagentDispenserSystem.cs Co-authored-by: FN <[email protected]> * Update ReagentDispenserSystem.cs --------- Co-authored-by: 60093633 <[email protected]> Co-authored-by: FN <[email protected]>
- Loading branch information
1 parent
ef3e961
commit 403f991
Showing
5 changed files
with
90 additions
and
1 deletion.
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
6 changes: 6 additions & 0 deletions
6
Resources/Locale/en-US/_corvaxnext/chemistry/components/reagent-dispenser-component.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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
reagent-dispenser-component-impure-auto-label = {$reagent} ({$purity}%) | ||
reagent-dispenser-component-set-auto-label-on-verb = Turn on auto-labeler | ||
reagent-dispenser-component-set-auto-label-off-verb = Turn off auto-labeler | ||
reagent-dispenser-component-examine-auto-label-on = The auto-labeler is turned [color=darkgreen]on[/color]. | ||
reagent-dispenser-component-examine-auto-label-off = The auto-labeler is turned [color=red]off[/color]. | ||
reagent-dispenser-component-examine-extra-slots = Number of jug slots |
5 changes: 5 additions & 0 deletions
5
Resources/Locale/ru-RU/_corvaxnext/chemistry/components/reagent-dispenser-component.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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
reagent-dispenser-component-impure-auto-label = {$reagent} ({$purity}%) | ||
reagent-dispenser-component-set-auto-label-on-verb = Включить авто-этикеровщик | ||
reagent-dispenser-component-set-auto-label-off-verb = Выключить авто-этикеровщик | ||
reagent-dispenser-component-examine-auto-label-on = Авто-этикеровщик [color=darkgreen]включен[/color]. | ||
reagent-dispenser-component-examine-auto-label-off = Авто-этикеровщик [color=red]выключен[/color]. |
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