Skip to content

Commit

Permalink
finally
Browse files Browse the repository at this point in the history
  • Loading branch information
KayzelW committed Dec 1, 2024
1 parent 9ef8b1c commit 463b8f3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions Content.Client/Lobby/UI/HumanoidProfileEditor.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -601,6 +601,7 @@ public void RefreshTraits()
selector.Checkbox.Label.FontColorOverride = Color.Gray;
selector.Checkbox.Disabled = true;
selector.Checkbox.Pressed = false;
selector.Checkbox.Label.Text += $" ({Loc.GetString("sponsor-only")})";
}
//backmen-end: sponsor traits

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ Giant20-desc = Увеличивает размер вашего персонаж
Giant30-name = Гигантизм (30%)
Giant30-desc = Увеличивает размер вашего персонажа на 30%.
sponsor-only = Только для спонсоров
3 changes: 3 additions & 0 deletions Resources/Prototypes/_Backmen/Traits/specific.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
- BSSDrone #backmen: bssdrone
- StationAI # backmen: AI
- BorgChassis
sponsorOnly: true
components:
- type: TraitGiant
scale: 1.1
Expand All @@ -21,6 +22,7 @@
- BSSDrone #backmen: bssdrone
- StationAI # backmen: AI
- BorgChassis
sponsorOnly: true
components:
- type: TraitGiant
scale: 1.2
Expand All @@ -34,6 +36,7 @@
- BSSDrone #backmen: bssdrone
- StationAI # backmen: AI
- BorgChassis
sponsorOnly: true
components:
- type: TraitGiant
scale: 1.3
Expand Down

0 comments on commit 463b8f3

Please sign in to comment.