From a02e9b5eb524cd6fc634f23f83cdc9807f4cd9cd Mon Sep 17 00:00:00 2001 From: vanx <61917534+Vaaankas@users.noreply.github.com> Date: Sun, 28 Dec 2025 01:38:43 +0300 Subject: [PATCH] [Add] Abductor Animation Light (#964) * light * Apply suggestions from code review --------- Co-authored-by: vanx Co-authored-by: Spatison <137375981+Spatison@users.noreply.github.com> --- .../_Shitmed/Entities/Effects/teleportation.yml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/_Shitmed/Entities/Effects/teleportation.yml b/Resources/Prototypes/_Shitmed/Entities/Effects/teleportation.yml index e30dcd7057..24ccda7dc6 100644 --- a/Resources/Prototypes/_Shitmed/Entities/Effects/teleportation.yml +++ b/Resources/Prototypes/_Shitmed/Entities/Effects/teleportation.yml @@ -15,6 +15,12 @@ color: "#FD009899" - type: TimedDespawn lifetime: 5.0 + # WD EDIT START + - type: PointLight + radius: 1.5 + energy: 2 + color: "#B069DB" + # WD EDIT END - type: entity id: EffectTeleportationEntity @@ -30,4 +36,10 @@ scale: 0.65, 0.65 color: "#FD009899" - type: TimedDespawn - lifetime: 5.0 \ No newline at end of file + lifetime: 5.0 + # WD EDIT START + - type: PointLight + radius: 1.5 + energy: 2 + color: "#B069DB" + # WD EDIT END