From a772f72fee43bd96cefd7db6410c54d059e72730 Mon Sep 17 00:00:00 2001 From: Casper3667 <8396443+Casper3667@users.noreply.github.com> Date: Wed, 1 Apr 2026 12:12:55 +0200 Subject: [PATCH] Fixes sec revolver lethals (#22129) I did a small fuckup by not doublechecking stats. This makes them equal to the .45 pistols. --- code/modules/projectiles/ammunition/boxes.dm | 2 +- html/changelogs/RevolverFix.yml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 html/changelogs/RevolverFix.yml diff --git a/code/modules/projectiles/ammunition/boxes.dm b/code/modules/projectiles/ammunition/boxes.dm index 2b902c1b52a..6c02f680f4c 100644 --- a/code/modules/projectiles/ammunition/boxes.dm +++ b/code/modules/projectiles/ammunition/boxes.dm @@ -54,7 +54,7 @@ If nothing is chosen, reload sounds revert to the default, which is metal_slide_ name = "speed loader (.45)" icon_state = "a454" caliber = ".45" - ammo_type = /obj/item/ammo_casing/c45/revolver + ammo_type = /obj/item/ammo_casing/c45 max_ammo = 6 multiple_sprites = TRUE diff --git a/html/changelogs/RevolverFix.yml b/html/changelogs/RevolverFix.yml new file mode 100644 index 00000000000..06682d0504e --- /dev/null +++ b/html/changelogs/RevolverFix.yml @@ -0,0 +1,6 @@ +author: TheGreyWolf + +delete-after: True + +changes: + - bugfix: "Fixed investigator's lethal revolver ammo."