-
Notifications
You must be signed in to change notification settings - Fork 149
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
14 changed files
with
146 additions
and
18 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
using Content.Shared.Antag; | ||
using Content.Shared.StatusIcon; | ||
using Robust.Shared.GameStates; | ||
using Robust.Shared.Prototypes; | ||
|
||
namespace Content.Shared.Backmen.ShipVsShip; | ||
|
||
[RegisterComponent, NetworkedComponent, AutoGenerateComponentState] | ||
public sealed partial class SVSTeamMemberComponent : Component, IAntagStatusIconComponent | ||
{ | ||
[AutoNetworkedField] | ||
public StationTeamMarker Team { get; set; } = StationTeamMarker.Neutral; | ||
[AutoNetworkedField] | ||
public ProtoId<StatusIconPrototype> StatusIcon { get; set; } = "Team0Faction"; | ||
public bool IconVisibleToGhost { get; set; } = true; | ||
} |
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,7 +1,7 @@ | ||
- type: loadout | ||
id: ClothingHeadHatFlowerCrownLoadout | ||
entity: ClothingHeadHatFlowerCrown | ||
entity: ClothingHeadHatFlowerWreath | ||
|
||
- type: loadout | ||
id: ClothingHeadHatHairflowerLoadout | ||
entity: ClothingHeadHatHairflower | ||
#- type: loadout | ||
# id: ClothingHeadHatHairflowerLoadout | ||
# entity: ClothingHeadHatHairflower |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
|
||
- type: trait | ||
id: OwOAccent | ||
name: OwO акцент | ||
description: Вы не можете перестать говорить как неко! | ||
blacklist: | ||
components: | ||
- BSSDrone #backmen: bssdrone | ||
- StationAI # backmen: AI | ||
- BorgChassis | ||
whitelist: | ||
components: | ||
- Felinid | ||
components: | ||
- type: OwOAccent |
20 changes: 20 additions & 0 deletions
20
Resources/Textures/Backmen/Interface/Misc/svs_icon.rsi/meta.json
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,20 @@ | ||
{ | ||
"version": 1, | ||
"license": "CC-BY-SA-3.0", | ||
"copyright": "made by kirillcas.", | ||
"size": { | ||
"x": 8, | ||
"y": 8 | ||
}, | ||
"states": [ | ||
{ | ||
"name": "team_0" | ||
}, | ||
{ | ||
"name": "team_a" | ||
}, | ||
{ | ||
"name": "team_b" | ||
} | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.