From 140963852aca91da90fbde3f1472a268c60808b2 Mon Sep 17 00:00:00 2001 From: SlamBamActionman <83650252+SlamBamActionman@users.noreply.github.com> Date: Mon, 14 Apr 2025 22:23:11 +0200 Subject: [PATCH] Remove deathrattle functionality from tracking implants (#35995) De-rattle --- .../Entities/Objects/Misc/subdermal_implants.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Resources/Prototypes/Entities/Objects/Misc/subdermal_implants.yml b/Resources/Prototypes/Entities/Objects/Misc/subdermal_implants.yml index 6dd3c83665..e071a94988 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/subdermal_implants.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/subdermal_implants.yml @@ -79,7 +79,7 @@ parent: BaseSubdermalImplant id: TrackingImplant name: tracking implant - description: This implant has a tracking device attached to the suit sensor network, as well as a condition monitor for the Security radio channel. + description: This implant has a tracking device attached to the suit sensor network. categories: [ HideSpawnMenu ] components: - type: SubdermalImplant @@ -97,11 +97,6 @@ - type: StationLimitedNetwork - type: WirelessNetworkConnection range: 500 - - type: TriggerOnMobstateChange - mobState: - - Critical - - type: Rattle - radioChannel: "Security" #Traitor implants -- 2.51.2