Рандомные фиксы и пересмотр хранилищ с предметами (#381)

* add: fixed wrong item rotation in inventory

* fix: forcepreset no longer starts round

* fix: fix localisation

* add: forcepreset command logging

* add: Storage and items rework, part 1

* rework: item size rework part 2

* add: blood loss accent rework

* no spaces
This commit is contained in:
ThereDrD0
2024-06-27 11:37:42 +03:00
committed by GitHub
parent 630ebae42a
commit 7048913336
57 changed files with 252 additions and 39 deletions

View File

@@ -0,0 +1,13 @@
namespace Content.Server._White.Accent.Bloodloss;
[RegisterComponent]
public sealed partial class BloodLossAccentComponent : Component
{
[DataField]
[ViewVariables(VVAccess.ReadWrite)]
public float ReplaceProb = 0.6f;
[DataField]
[ViewVariables(VVAccess.ReadWrite)]
public string ToReplace = "...";
}