From 165bdf557d25de9d1155c595bbc6676a8c1a3429 Mon Sep 17 00:00:00 2001 From: Meatstuff <65227917+Meatstuff882@users.noreply.github.com> Date: Fri, 5 Jul 2024 10:45:08 -0700 Subject: [PATCH] removes useless variable --- code/modules/projectiles/magazines/shotguns.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/projectiles/magazines/shotguns.dm b/code/modules/projectiles/magazines/shotguns.dm index 1461f72bb8..6dfbba6096 100644 --- a/code/modules/projectiles/magazines/shotguns.dm +++ b/code/modules/projectiles/magazines/shotguns.dm @@ -210,7 +210,6 @@ var/list/shotgun_handfuls_12g = list( name = "handful of shotgun buckshot shells, USCM special type (12g)" icon_state = "special_buck_5" default_ammo = /datum/ammo/bullet/shotgun/buckshot/special - handful_state = "special_buck" /obj/item/ammo_magazine/handful/shotgun/buckshot/incendiary name = "handful of incendiary buckshot shells (12g)"