/obj/item/weapon/gun/projectile/automatic //Hopefully someone will find a way to make these fire in bursts or something. --Superxpdude name = "Submachine Gun" desc = "A lightweight, fast firing gun. Uses 9mm rounds." icon_state = "saber" w_class = 3.0 max_shells = 18 caliber = "9mm" origin_tech = "combat=4;materials=2" ammo_type = "/obj/item/ammo_casing/c9mm" /obj/item/weapon/gun/projectile/automatic/mini_uzi name = "Mini-Uzi" desc = "A lightweight, fast firing gun, for when you REALLY need someone dead. Uses .45 rounds." icon_state = "mini-uzi" w_class = 3.0 max_shells = 20 caliber = ".45" origin_tech = "combat=5;materials=2;syndicate=8" ammo_type = "/obj/item/ammo_casing/c45"