diff --git a/code/modules/research/designs/weapon_designs.dm b/code/modules/research/designs/weapon_designs.dm index cab32211eb6..b92ef1db61e 100644 --- a/code/modules/research/designs/weapon_designs.dm +++ b/code/modules/research/designs/weapon_designs.dm @@ -146,6 +146,7 @@ build_path = /obj/item/ammo_box/magazine/wt550m9/empty category = list("Weapons") + /datum/design/box_oldsmg name = "WT-550 Auto Gun Ammo Box (4.6x30mm)" desc = "A box of 20 rounds for the out of date security WT-550 Auto Rifle" @@ -156,6 +157,7 @@ build_path = /obj/item/ammo_box/wt550 category = list("Weapons") + /datum/design/box_oldsmg/ap_box name = "WT-550 Auto Gun Armour Piercing Ammo Box (4.6x30mm AP)" desc = "A box of 20 armour piercing rounds for the out of date security WT-550 Auto Rifle" @@ -164,6 +166,7 @@ build_path = /obj/item/ammo_box/wt550/wtap category = list("Weapons") + /datum/design/box_oldsmg/ic_box name = "WT-550 Auto Gun Incendiary Ammo Box (4.6x30mm IC)" desc = "A box of 20 armour piercing rounds for the out of date security WT-550 Auto Rifle" @@ -172,6 +175,7 @@ build_path = /obj/item/ammo_box/wt550/wtic category = list("Weapons") + /datum/design/box_oldsmg/tx_box name = "WT-550 Auto Gun Uranium Ammo Box (4.6x30mm TX)" desc = "A box of 20 uranium tipped rounds for the out of date security WT-550 Auto Rifle" @@ -190,6 +194,7 @@ build_path = /obj/item/ammo_box/magazine/laser category = list("Weapons") + /datum/design/stunrevolver name = "Tesla Revolver Parts Kit" desc = "A kit for a high-tech revolver that fires internal, reusable shock cartridges in a revolving cylinder. The cartridges can be recharged using conventional rechargers."