Skip to content

Commit

Permalink
Untases your slug (#18185)
Browse files Browse the repository at this point in the history
  • Loading branch information
Inadvizable authored Jul 3, 2022
1 parent 38c4d55 commit 77767b8
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions code/modules/research/designs/weapon_designs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -168,16 +168,6 @@
materials = list(MAT_METAL = 6000, MAT_SILVER = 600, MAT_URANIUM = 2000)
build_path = /obj/item/ammo_box/magazine/wt550m9/wttx

/datum/design/stunshell
name = "Stun Shell"
desc = "A stunning shell for a shotgun."
id = "stunshell"
req_tech = list("combat" = 3, "materials" = 3)
build_type = PROTOLATHE
materials = list(MAT_METAL = 200)
build_path = /obj/item/ammo_casing/shotgun/stunslug
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."
Expand Down

0 comments on commit 77767b8

Please sign in to comment.