-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MIRROR] Nukie Aliases and Some Hairspray [MDB IGNORE] (#708)
* Nukie Aliases and Some Hairspray (#79653) --------- Co-authored-by: SkyratBot <[email protected]> Co-authored-by: Rhials <[email protected]>
- Loading branch information
1 parent
138bd85
commit b0a1fcd
Showing
7 changed files
with
177 additions
and
19 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,126 @@ | ||
Agent | ||
Agony | ||
Alias | ||
Alpha | ||
Argo | ||
Barker | ||
Batter | ||
Beef | ||
Beetle | ||
Bomber | ||
Bonsai | ||
Boss | ||
Boston | ||
Bovine | ||
Bravo | ||
Caboose | ||
Callsign | ||
Carmack | ||
Carolina | ||
Carp | ||
Chains | ||
Charlie | ||
Church | ||
Collar | ||
Comedian | ||
Crash | ||
Creeper | ||
Cretin | ||
Criminal | ||
Cyborg | ||
Dallas | ||
Delta | ||
Doc | ||
Donk | ||
Drowning | ||
Dude | ||
Dwarf | ||
Echo | ||
Emo | ||
Eva | ||
Finger | ||
Fish | ||
Fitzgerald | ||
Flash | ||
Flyboy | ||
Foxtrot | ||
Freak | ||
Freeman | ||
Fugitive | ||
Gaffer | ||
Giant | ||
Goalie | ||
Golf | ||
Gorbino | ||
Green | ||
Grime | ||
Guy | ||
Hologram | ||
Hotel | ||
Houston | ||
Indica | ||
Ion | ||
Jacket | ||
Jeremy | ||
Jones | ||
Kars | ||
Legion | ||
Librarian | ||
Lightbringer | ||
Lighter | ||
Lightning | ||
Looper | ||
Lover | ||
Marksman | ||
Maurauder | ||
Misty | ||
Musketeer | ||
Mycus | ||
Neutron | ||
Nightmare | ||
Peacekeeper | ||
Peddler | ||
Point | ||
Pooh | ||
Private | ||
Psycho | ||
Pyro | ||
Red | ||
Revenant | ||
Rocker | ||
Ronin | ||
Sack | ||
Samson | ||
Sarge | ||
Scorch | ||
Scout | ||
Scream | ||
Scum | ||
Serenity | ||
Shade | ||
Shadow | ||
Shark | ||
Shocker | ||
Shooter | ||
Shrieker | ||
Shrike | ||
Silas | ||
Silence | ||
Simmons | ||
Slider | ||
Smoke | ||
Snake | ||
Stalker | ||
Superfly | ||
Suspect | ||
Swiper | ||
Tank | ||
Telecrystal | ||
Tex | ||
Thirteen | ||
Twister | ||
Unusual | ||
Vixen | ||
White | ||
Wilson | ||
Winters |
6 changes: 6 additions & 0 deletions
6
...interfaces/PreferencesMenu/preferences/features/character_preferences/operative_alias.tsx
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 @@ | ||
import { Feature, FeatureShortTextInput } from '../base'; | ||
|
||
export const operative_alias: Feature<string> = { | ||
name: 'Operative Alias', | ||
component: FeatureShortTextInput, | ||
}; |