Logo
Explore Help
Sign In
juni/crystall-punk-14
1
0
Fork 0
You've already forked crystall-punk-14
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
367cdfd439f78fb86d146cd9ce4684e948ff7070
crystall-punk-14/Content.Shared/Flash/SharedFlashSystem.cs

11 lines
247 B
C#
Raw Normal View History

Flash overlay rework and bugfixes (#27369)
2024-06-02 06:17:53 +02:00
using Content.Shared.StatusEffect;
Refactors flashes to ECS, sunglasses protect you from being flashed. (#4579) * Refactors flashes to ECS, sunglasses protect you from being flashed. * VV ReadWrite for FlashImmunity Enabled. * Use cached IEntityLookup. * Consistent formatting. * Fix flashbang duration. Flash duration is a mess. * Small area flash code cleanup. * Flashable state is only sent to attached player.
2021-09-09 16:20:41 +02:00
namespace Content.Shared.Flash
{
public abstract class SharedFlashSystem : EntitySystem
{
Flash overlay rework and bugfixes (#27369)
2024-06-02 06:17:53 +02:00
[ValidatePrototypeId<StatusEffectPrototype>]
public const string FlashedKey = "Flashed";
Refactors flashes to ECS, sunglasses protect you from being flashed. (#4579) * Refactors flashes to ECS, sunglasses protect you from being flashed. * VV ReadWrite for FlashImmunity Enabled. * Use cached IEntityLookup. * Consistent formatting. * Fix flashbang duration. Flash duration is a mess. * Small area flash code cleanup. * Flashable state is only sent to attached player.
2021-09-09 16:20:41 +02:00
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 353ms Template: 1ms
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