* Мелочёчки (#761)

* optimized network stack (#763)

* [Add] Pouches (#762)

* Add: Pouches base and sprites

* Add: Micro-resprite, pouches in secdrobe

* Minus suffix

* Я как всегда кучу хуйни в один пакет сую (#766)

* а (#767)

* fix (#768)

---------

Co-authored-by: BIGZi0348 <118811750+BIGZi0348@users.noreply.github.com>
Co-authored-by: Valtos <valtos@spaces.ru>
Co-authored-by: keslik <114428094+keslik1313@users.noreply.github.com>
This commit is contained in:
Jabak
2024-11-03 21:39:14 +03:00
committed by GitHub
parent 4a94a25513
commit fd3f77f69f
32 changed files with 518 additions and 32 deletions

View File

@@ -160,7 +160,7 @@ public sealed partial class AdminVerbSystem
{
Text = "Сделать культистом",
Category = VerbCategory.Antag,
Icon = new SpriteSpecifier.Rsi(new ("/Textures/White/Cult/interface.rsi"), "icon"),
Icon = new SpriteSpecifier.Rsi(new("/Textures/White/Cult/interface.rsi"), "icon"),
Act = () =>
{
_antag.ForceMakeAntag<CultRuleComponent>(target, DefaultCultRule);
@@ -174,7 +174,7 @@ public sealed partial class AdminVerbSystem
{
Text = Loc.GetString("admin-verb-text-make-changeling"),
Category = VerbCategory.Antag,
Icon = new SpriteSpecifier.Texture(new ("/Textures/White/Actions/changeling.rsi/absorb.png")),
Icon = new SpriteSpecifier.Rsi(new("/Textures/White/Actions/changeling.rsi"), "absorb"),
Act = () =>
{
_antag.ForceMakeAntag<ChangelingRuleComponent>(target, DefaultChangelingRule);
@@ -188,7 +188,7 @@ public sealed partial class AdminVerbSystem
{
Text = Loc.GetString("admin-verb-text-make-wizard"),
Category = VerbCategory.Antag,
Icon = new SpriteSpecifier.Texture(new ("/Textures/Clothing/Head/Hats/wizardhat.rsi/icon.png")),
Icon = new SpriteSpecifier.Rsi(new("/Textures/Clothing/Head/Hats/wizardhat.rsi"), "icon"),
Act = () =>
{
_antag.ForceMakeAntag<WizardRuleComponent>(target, DefaultWizardRule);