forked from space-wizards/space-station-14
-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fixed ebent role icons display * fixed jobiconchanger
- Loading branch information
Showing
9 changed files
with
146 additions
and
34 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
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
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
11 changes: 10 additions & 1 deletion
11
Resources/Locale/ru-RU/ss220/prototypes/entities/objects/tools/job-icon-changer.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,2 +1,11 @@ | ||
ent-JobIconChanger = Изменитель статус-иконок | ||
.desc = Используется для изменения статус-иконок. | ||
.desc = Используется для изменения статус-иконок. | ||
ent-JobIconChangerIOT = Изменитель должности Железного отряда | ||
.desc = Используется для изменения должностных маркировок. | ||
ent-JobIconChangerNT = Изменитель должности NanoTransen | ||
.desc = Используется для изменения должностных маркировок. | ||
ent-JobIconChangerUSSP = Изменитель должности СССП | ||
.desc = Используется для изменения должностных маркировок. |
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 |
---|---|---|
@@ -1,105 +1,111 @@ | ||
# © SS220, An EULA/CLA with a hosting restriction, full text: https://raw.githubusercontent.com/SerbiaStrong-220/space-station-14/master/CLA.txt | ||
- type: statusIcon | ||
id: IOTCommand | ||
id: FractWarIcon | ||
abstract: true | ||
priority: 11 | ||
locationPreference: Right | ||
|
||
- type: statusIcon | ||
parent: FractWarIcon | ||
id: IOTCommand | ||
icon: | ||
sprite: /Textures/SS220/Interface/Misc/event-job-icons.rsi | ||
state: IOTCommand | ||
|
||
- type: statusIcon | ||
parent: FractWarIcon | ||
id: IOTEngineerOfficer | ||
priority: 11 | ||
icon: | ||
sprite: /Textures/SS220/Interface/Misc/event-job-icons.rsi | ||
state: IOTEngineerOfficer | ||
|
||
- type: statusIcon | ||
parent: FractWarIcon | ||
id: IOTMedic | ||
priority: 11 | ||
icon: | ||
sprite: /Textures/SS220/Interface/Misc/event-job-icons.rsi | ||
state: IOTMedic | ||
|
||
- type: statusIcon | ||
parent: FractWarIcon | ||
id: IOTMedicalOfficer | ||
priority: 11 | ||
icon: | ||
sprite: /Textures/SS220/Interface/Misc/event-job-icons.rsi | ||
state: IOTMedicalOfficer | ||
|
||
- type: statusIcon | ||
parent: FractWarIcon | ||
id: IOTCombatant | ||
priority: 11 | ||
icon: | ||
sprite: /Textures/SS220/Interface/Misc/event-job-icons.rsi | ||
state: IOTCombatant | ||
|
||
- type: statusIcon | ||
parent: FractWarIcon | ||
id: NTCombatant | ||
priority: 11 | ||
icon: | ||
sprite: /Textures/SS220/Interface/Misc/event-job-icons.rsi | ||
state: NTCombatant | ||
|
||
- type: statusIcon | ||
parent: FractWarIcon | ||
id: NTEngineerOfficer | ||
priority: 11 | ||
icon: | ||
sprite: SS220/Interface/Misc/event-job-icons.rsi | ||
sprite: /Textures/SS220/Interface/Misc/event-job-icons.rsi | ||
state: NTEngineerOfficer | ||
|
||
- type: statusIcon | ||
parent: FractWarIcon | ||
id: NTMedic | ||
priority: 11 | ||
icon: | ||
sprite: /Textures/SS220/Interface/Misc/event-job-icons.rsi | ||
state: NTMedic | ||
|
||
- type: statusIcon | ||
parent: FractWarIcon | ||
id: NTMedicalOfficer | ||
priority: 11 | ||
icon: | ||
sprite: /Textures/SS220/Interface/Misc/event-job-icons.rsi | ||
state: NTMedicalOfficer | ||
|
||
- type: statusIcon | ||
parent: FractWarIcon | ||
id: NTSpecOpsOfficer | ||
priority: 11 | ||
icon: | ||
sprite: /Textures/SS220/Interface/Misc/event-job-icons.rsi | ||
state: NTSpecOpsOfficer | ||
|
||
- type: statusIcon | ||
parent: FractWarIcon | ||
id: USSPCombatant | ||
priority: 11 | ||
icon: | ||
sprite: /Textures/SS220/Interface/Misc/event-job-icons.rsi | ||
state: USSPCombatant | ||
|
||
- type: statusIcon | ||
parent: FractWarIcon | ||
id: USSPEngineerOfficer | ||
priority: 11 | ||
icon: | ||
sprite: /Textures/SS220/Interface/Misc/event-job-icons.rsi | ||
state: USSPEngineerOfficer | ||
|
||
- type: statusIcon | ||
parent: FractWarIcon | ||
id: USSPMarshal | ||
priority: 11 | ||
icon: | ||
sprite: /Textures/SS220/Interface/Misc/event-job-icons.rsi | ||
state: USSPMarshal | ||
|
||
- type: statusIcon | ||
parent: FractWarIcon | ||
id: USSPMedic | ||
priority: 11 | ||
icon: | ||
sprite: /Textures/SS220/Interface/Misc/event-job-icons.rsi | ||
state: USSPMedic | ||
|
||
- type: statusIcon | ||
parent: FractWarIcon | ||
id: USSPMedicalOfficer | ||
priority: 11 | ||
icon: | ||
sprite: /Textures/SS220/Interface/Misc/event-job-icons.rsi | ||
state: USSPMedicalOfficer |