From 90b438635d8f9ba2abdb2c78bedeaf4236db5057 Mon Sep 17 00:00:00 2001 From: Vasilis The Pikachu Date: Sun, 12 Oct 2025 15:29:01 +0200 Subject: [PATCH] Revert "Readds Tasers to Security (#39087)" This reverts commit 398c8df343e2b41ebdf03fe6d3714a1e894434c0. This will be pushed into vulture testing for another release cycle due to potencial influence with newmed, we dont have a better way of doing something like this sooo i will just unrevert the revert Taser changelog removal --- Content.Server/Stunnable/Systems/StunOnCollideSystem.cs | 1 - Resources/Changelog/Changelog.yml | 8 -------- Resources/Prototypes/Catalog/Fills/Lockers/heads.yml | 1 - Resources/Prototypes/Catalog/Fills/Lockers/security.yml | 3 --- .../Objects/Weapons/Guns/Battery/battery_guns.yml | 1 - .../Objects/Weapons/Guns/Projectiles/projectiles.yml | 4 +--- 6 files changed, 1 insertion(+), 17 deletions(-) diff --git a/Content.Server/Stunnable/Systems/StunOnCollideSystem.cs b/Content.Server/Stunnable/Systems/StunOnCollideSystem.cs index 09e42966c7..c1757b1c2d 100644 --- a/Content.Server/Stunnable/Systems/StunOnCollideSystem.cs +++ b/Content.Server/Stunnable/Systems/StunOnCollideSystem.cs @@ -27,7 +27,6 @@ internal sealed class StunOnCollideSystem : EntitySystem if (ent.Comp.Refresh) { _stunSystem.TryUpdateStunDuration(target, ent.Comp.StunAmount); - _movementMod.TryUpdateMovementSpeedModDuration( target, MovementModStatusSystem.TaserSlowdown, diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index de112f2b02..e5de0b2e3d 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -3561,14 +3561,6 @@ id: 9012 time: '2025-09-27T20:51:52.0000000+00:00' url: https://github.com/space-wizards/space-station-14/pull/40572 -- author: keronshb - changes: - - message: 'EXPERIMENTAL: Tasers, a short-ranged gun capable of causing targets - to become prone, are now added into Warden, HoS, and Security locker fills.' - type: Add - id: 9013 - time: '2025-09-27T21:21:05.0000000+00:00' - url: https://github.com/space-wizards/space-station-14/pull/39087 - author: SurrealShibe changes: - message: Vulpkanin now audibly gasp. diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml b/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml index 2b4c5c9b36..2db34c0459 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml @@ -324,7 +324,6 @@ - id: RubberStampHos - id: BoxHoSCircuitboards - id: WeaponDisabler - - id: WeaponTaser - id: WantedListCartridge - id: DrinkHosFlask diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/security.yml b/Resources/Prototypes/Catalog/Fills/Lockers/security.yml index 48bed23bc9..1111058871 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/security.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/security.yml @@ -28,7 +28,6 @@ children: - id: FlashlightSeclite - id: WeaponDisabler - - id: WeaponTaser - id: ClothingBeltSecurityFilled - id: Flash - id: ClothingEyesGlassesSecurity @@ -73,7 +72,6 @@ - id: FlashlightSeclite prob: 0.8 - id: WeaponDisabler - - id: WeaponTaser - id: ClothingUniformJumpsuitSecGrey prob: 0.3 - id: ClothingHeadHelmetBasic @@ -107,7 +105,6 @@ table: !type:AllSelector children: - id: ClothingEyesGlassesSecurity - - id: WeaponTaser - id: WeaponDisabler - id: TrackingImplanter amount: 2 diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Battery/battery_guns.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Battery/battery_guns.yml index 2f2ebfa5fd..bd532ce709 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Battery/battery_guns.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Battery/battery_guns.yml @@ -611,7 +611,6 @@ slots: - Belt - type: Gun - fireRate: 0.5 soundGunshot: path: /Audio/Weapons/Guns/Gunshots/taser.ogg - type: ProjectileBatteryAmmoProvider diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Projectiles/projectiles.yml b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Projectiles/projectiles.yml index bc9f40f85a..74f546c61d 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Guns/Projectiles/projectiles.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Guns/Projectiles/projectiles.yml @@ -227,8 +227,7 @@ lifetime: 0.170 # Very short range - type: StunOnCollide stunAmount: 0 - knockdownAmount: 2.5 # Enough to subdue and follow up with a stun baton - drop: false #Ranged KD and item drop are too strong in one package + knockdownAmount: 2.5 # Enough to subdue and follow up with a stun batong slowdownAmount: 2.5 walkSpeedModifier: 0.5 sprintSpeedModifier: 0.5 @@ -256,7 +255,6 @@ lifetime: 1.0 # Not so short range - type: StunOnCollide stunAmount: 5 - drop: true # this is the evil taser knockdownAmount: 10 slowdownAmount: 10 walkSpeedModifier: 0.5 -- 2.51.2