Logo
Explore Help
Register Sign In
Cinka/OldThink
1
0
Fork 0
You've already forked OldThink
Code Issues Pull Requests Actions 1 Packages Projects Releases Wiki Activity
Files
master
OldThink/Content.Shared/_White/Cult/Components/ConstructComponent.cs

14 lines
314 B
C#
Raw Permalink Normal View History

фиксы тестов
2024-01-29 01:02:37 +07:00
using Robust.Shared.Prototypes;
Cult stuff (#348) * - add: Cult buff protects against spacing. * - add: Predict RunicDoor. * - add: Loc. * - fix: Missing includes. * - add: Revive rune popups. * - tweak: Buff rune. * - fix: Buff rune.
2024-06-12 16:00:45 +00:00
namespace Content.Shared._White.Cult.Components;
main cult
2024-01-27 15:19:52 +03:00
[RegisterComponent]
public sealed partial class ConstructComponent : Component
{
part fixes
2023-11-15 19:15:07 +03:00
[DataField("actions")]
фиксы тестов
2024-01-29 01:02:37 +07:00
public List<EntProtoId> Actions = new();
Багфиксы и всякое (#47) * - tweak: Tweak CPR speed. * - fix: Cult action fix. * Revert "Put entity resetting behind command flag (#24436)" This reverts commit 5267d3c60104b3a2df1bbfd1920e9ed275249c90. * - fix: Mindshield fixes. * - tweak: Give security security glasses. * - fix: Fix warning. * - fix: Fix ling TTS. * - fix: Fix gun cycle. * - fix: Mark cultist and lings as antags. * - fix: Fix borg name. * - fix: Fix carrying throw. * - fix: Fix gun bolt with no mag.
2024-02-13 01:22:36 +09:00
[ViewVariables]
public List<EntityUid?> ActionEntities = new();
main cult
2024-01-27 15:19:52 +03:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 887ms Template: 8ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API