From 98e2690a167b2a2bfabf1ecaf4f7deb140a31bbc Mon Sep 17 00:00:00 2001 From: oguzzzok123 Date: Fri, 19 Jun 2026 17:54:35 +0300 Subject: [PATCH 1/5] Update bolas --- code/game/objects/items/handcuffs.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/objects/items/handcuffs.dm b/code/game/objects/items/handcuffs.dm index e63085d65be..853d002c0c5 100644 --- a/code/game/objects/items/handcuffs.dm +++ b/code/game/objects/items/handcuffs.dm @@ -541,7 +541,7 @@ inhand_icon_state = "bola" lefthand_file = 'icons/mob/inhands/weapons/thrown_lefthand.dmi' righthand_file = 'icons/mob/inhands/weapons/thrown_righthand.dmi' - breakouttime = 3.5 SECONDS//easy to apply, easy to break out of + breakouttime = 6 SECONDS//easy to apply, easy to break out of gender = NEUTER ///Amount of time to knock the target down for once it's hit in deciseconds. var/knockdown = 0 @@ -608,7 +608,7 @@ inhand_icon_state = "ebola" hitsound = 'sound/items/weapons/taserhit.ogg' w_class = WEIGHT_CLASS_SMALL - breakouttime = 6 SECONDS + breakouttime = 4 SECONDS custom_price = PAYCHECK_COMMAND * 0.35 /obj/item/restraints/legcuffs/bola/energy/Initialize(mapload) From b1a7e831bf5c41eedb583b500399643ec4f78b97 Mon Sep 17 00:00:00 2001 From: oguzzzok123 Date: Fri, 19 Jun 2026 17:56:45 +0300 Subject: [PATCH 2/5] Update disabler speed --- code/modules/projectiles/projectile/beams.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/projectiles/projectile/beams.dm b/code/modules/projectiles/projectile/beams.dm index a27e43d6580..1ce702e3bbd 100644 --- a/code/modules/projectiles/projectile/beams.dm +++ b/code/modules/projectiles/projectile/beams.dm @@ -133,6 +133,7 @@ name = "disabler beam" icon_state = "omnilaser" damage = 30 + speed = 1.6 damage_type = STAMINA armor_flag = ENERGY hitsound = 'sound/items/weapons/sear_disabler.ogg' From 8b2b285d8f3de5255447d10178f9dc90177db9fc Mon Sep 17 00:00:00 2001 From: oguzzzok123 Date: Fri, 19 Jun 2026 17:58:24 +0300 Subject: [PATCH 3/5] Update rubber shot speed --- code/modules/projectiles/projectile/bullets/shotgun.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/projectiles/projectile/bullets/shotgun.dm b/code/modules/projectiles/projectile/bullets/shotgun.dm index 6a8ea400de5..2dca6d6f467 100644 --- a/code/modules/projectiles/projectile/bullets/shotgun.dm +++ b/code/modules/projectiles/projectile/bullets/shotgun.dm @@ -95,7 +95,8 @@ sharpness = NONE embed_type = null speed = 0.8 - stamina_falloff_tile = -0.25 + damage_falloff_tile = 0 + stamina_falloff_tile = 0 ricochets_max = 4 ricochet_chance = 120 ricochet_decay_chance = 0.9 From 043769bc1d8e71eb08c58adfeb395c74bfa1742c Mon Sep 17 00:00:00 2001 From: oguzzzok123 Date: Fri, 19 Jun 2026 18:03:52 +0300 Subject: [PATCH 4/5] Update shotgun.dm --- code/modules/projectiles/projectile/bullets/shotgun.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/projectiles/projectile/bullets/shotgun.dm b/code/modules/projectiles/projectile/bullets/shotgun.dm index 2dca6d6f467..9c17a9b08a8 100644 --- a/code/modules/projectiles/projectile/bullets/shotgun.dm +++ b/code/modules/projectiles/projectile/bullets/shotgun.dm @@ -95,7 +95,6 @@ sharpness = NONE embed_type = null speed = 0.8 - damage_falloff_tile = 0 stamina_falloff_tile = 0 ricochets_max = 4 ricochet_chance = 120 From aec40c421609ca5a3caf4c86d91a1fcca08b0d10 Mon Sep 17 00:00:00 2001 From: oguzzzok123 Date: Fri, 19 Jun 2026 18:04:20 +0300 Subject: [PATCH 5/5] Update shotgun.dm --- code/modules/projectiles/projectile/bullets/shotgun.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/projectiles/projectile/bullets/shotgun.dm b/code/modules/projectiles/projectile/bullets/shotgun.dm index 9c17a9b08a8..6a8ea400de5 100644 --- a/code/modules/projectiles/projectile/bullets/shotgun.dm +++ b/code/modules/projectiles/projectile/bullets/shotgun.dm @@ -95,7 +95,7 @@ sharpness = NONE embed_type = null speed = 0.8 - stamina_falloff_tile = 0 + stamina_falloff_tile = -0.25 ricochets_max = 4 ricochet_chance = 120 ricochet_decay_chance = 0.9