From d2e65e8b5cf41fc93f631b508fc0e3d97daa87d5 Mon Sep 17 00:00:00 2001 From: Janet Blackquill Date: Sun, 10 May 2026 11:49:16 -0400 Subject: [PATCH] MIT/CC0-1.0 --- .../_ST/Interaction/StellarInteractionParticleSystem.cs | 2 +- .../_NF/Interaction/Systems/HandPlaceholderSystem.cs | 2 +- Content.Shared/_ST/Interaction/InteractionParticleEvent.cs | 2 +- Resources/Prototypes/_ST/Entities/Effects/interaction.yml | 7 +------ Resources/Textures/_ST/Effects/interaction.rsi/meta.json | 2 +- 5 files changed, 5 insertions(+), 10 deletions(-) diff --git a/Content.Client/_ST/Interaction/StellarInteractionParticleSystem.cs b/Content.Client/_ST/Interaction/StellarInteractionParticleSystem.cs index f35cb3a8506..fe5d2a159b4 100644 --- a/Content.Client/_ST/Interaction/StellarInteractionParticleSystem.cs +++ b/Content.Client/_ST/Interaction/StellarInteractionParticleSystem.cs @@ -1,6 +1,6 @@ // SPDX-FileCopyrightText: 2026 Janet Blackquill // -// SPDX-License-Identifier: LicenseRef-Wallening +// SPDX-License-Identifier: MIT using System.Numerics; using Content.Shared._ST.Interaction; diff --git a/Content.Shared/_NF/Interaction/Systems/HandPlaceholderSystem.cs b/Content.Shared/_NF/Interaction/Systems/HandPlaceholderSystem.cs index a413587cc68..3213d9fe4f0 100644 --- a/Content.Shared/_NF/Interaction/Systems/HandPlaceholderSystem.cs +++ b/Content.Shared/_NF/Interaction/Systems/HandPlaceholderSystem.cs @@ -150,7 +150,7 @@ public sealed partial class HandPlaceholderSystem : EntitySystem } _hands.DoPickup(user, hand, target, hands); // Force pickup - empty hands are not okay - _interaction.DoContactInteraction(user, target); // allow for forensics and other systems to work (why does hands system not do this???) + _interaction.DoContactInteraction(user, target, null, true); // allow for forensics and other systems to work (why does hands system not do this???) // Stellar - interaction particles SetPlaceholder(target, ent); SetEnabled(target, true); diff --git a/Content.Shared/_ST/Interaction/InteractionParticleEvent.cs b/Content.Shared/_ST/Interaction/InteractionParticleEvent.cs index 3ac7c07401e..48537057d8f 100644 --- a/Content.Shared/_ST/Interaction/InteractionParticleEvent.cs +++ b/Content.Shared/_ST/Interaction/InteractionParticleEvent.cs @@ -1,6 +1,6 @@ // SPDX-FileCopyrightText: 2026 Janet Blackquill // -// SPDX-License-Identifier: LicenseRef-Wallening +// SPDX-License-Identifier: MIT using Robust.Shared.Serialization; diff --git a/Resources/Prototypes/_ST/Entities/Effects/interaction.yml b/Resources/Prototypes/_ST/Entities/Effects/interaction.yml index 9851f787d3b..655901e4134 100644 --- a/Resources/Prototypes/_ST/Entities/Effects/interaction.yml +++ b/Resources/Prototypes/_ST/Entities/Effects/interaction.yml @@ -1,15 +1,13 @@ # SPDX-FileCopyrightText: 2026 Janet Blackquill # -# SPDX-License-Identifier: LicenseRef-Wallening +# SPDX-License-Identifier: MIT - type: entity id: StellarInteractionParticle categories: [ HideSpawnMenu ] components: - type: TimedDespawn - # ES START lifetime: 1.1 - # ES END - type: Sprite sprite: _ST/Effects/interaction.rsi state: hand @@ -18,6 +16,3 @@ - type: Tag tags: - HideContextMenu - # ES START - - type: ESViewconeOccludable - # ES END diff --git a/Resources/Textures/_ST/Effects/interaction.rsi/meta.json b/Resources/Textures/_ST/Effects/interaction.rsi/meta.json index fb94491f89b..4c0ece28ead 100644 --- a/Resources/Textures/_ST/Effects/interaction.rsi/meta.json +++ b/Resources/Textures/_ST/Effects/interaction.rsi/meta.json @@ -1,6 +1,6 @@ { "version": 1, - "license": "LicenseRef-Wallening", + "license": "CC0-1.0", "copyright": "sowelipililimute (GitHub)", "size": { "x": 32,