Fire stacks trigger (#39530)

* Simple as

* whoops

* not gonna work

* chopped

* missed something

* Better name

* formatting

---------

Co-authored-by: iaada <iaada@users.noreply.github.com>
Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>
This commit is contained in:
āda
2025-08-10 14:59:32 -05:00
committed by GitHub
parent 2aca7f62dc
commit 7825d30562
4 changed files with 65 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ namespace Content.Shared.Trigger.Components.Effects;
/// Requires <see cref="IgnitionSourceComponent"/> along with triggering components.
/// The if TargetUser is true they will be ignited instead (they need IgnitionSourceComponent as well).
/// </summary>
/// <seealso cref="FlameStackOnTriggerComponent"/>
[RegisterComponent, NetworkedComponent]
[AutoGenerateComponentState, AutoGenerateComponentPause]
public sealed partial class IgniteOnTriggerComponent : BaseXOnTriggerComponent