From 6d9244c689add63645263a086d5688f832b207dc Mon Sep 17 00:00:00 2001 From: retlaw34 <58402542+retlaw34@users.noreply.github.com> Date: Fri, 6 Sep 2024 22:08:00 -0700 Subject: [PATCH] c --- .../projectiles/guns/manufacturer/scarborough/ballistics.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/projectiles/guns/manufacturer/scarborough/ballistics.dm b/code/modules/projectiles/guns/manufacturer/scarborough/ballistics.dm index 66d0636ffeec..aa05b78a87a9 100644 --- a/code/modules/projectiles/guns/manufacturer/scarborough/ballistics.dm +++ b/code/modules/projectiles/guns/manufacturer/scarborough/ballistics.dm @@ -282,8 +282,8 @@ EMPTY_GUN_HELPER(automatic/pistol/rattlesnake) /obj/item/ammo_box/magazine/m9mm_rattlesnake name = "Rattlesnake magazine (9mm)" - desc = "A long, 15-round double-stack magazine designed for the Rattlesnake machine pistol. These rounds do okay damage, but struggle against armor." - icon_state = "rattlesnake_mag-1" + desc = "A long, 18-round double-stack magazine designed for the Rattlesnake machine pistol. These rounds do okay damage, but struggle against armor." + icon_state = "rattlesnake_mag-18" base_icon_state = "rattlesnake_mag" ammo_type = /obj/item/ammo_casing/c9mm caliber = "9mm"