Skip to content

Commit

Permalink
UPP SG stuff commented out
Browse files Browse the repository at this point in the history
  • Loading branch information
AmoryBlaine committed Sep 1, 2024
1 parent 1d3c539 commit 3858c66
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/modules/projectiles/guns/smartgun.dm
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,7 @@
desc = "An experimental smartgun variant currently undergoing field testing. This model is outfitted with integrated suppressor and modified internal mechanism."
starting_attachment_types = list(/obj/item/attachable/smartbarrel/suppressed)

/obj/item/weapon/gun/smartgun/upp
/* /obj/item/weapon/gun/smartgun/upp
name = "\improper DP-88 smartgun"
desc = "The UPP's answer to the M56. Largely replacing the QZ"
current_mag = /obj/item/ammo_magazine/pkp
Expand All @@ -778,3 +778,4 @@
/obj/item/weapon/gun/smartgun/rmc/Initialize(mapload, ...)
. = ..()
MD.iff_signal = FACTION_UPP
*/

0 comments on commit 3858c66

Please sign in to comment.