Chances of triggering effects (#27056)

* electrocution

* slippery

* flashibg

* Update SlipperyComponent.cs

* Update SlipperySystem.cs
This commit is contained in:
Ed
2024-04-18 03:08:42 +03:00
committed by GitHub
parent d67d782f99
commit 5659edd207
6 changed files with 17 additions and 3 deletions

View File

@@ -32,5 +32,8 @@ namespace Content.Shared.Flash.Components
};
public bool Flashing;
[DataField]
public float Probability = 1f;
}
}