From 4b4ed7fe6b962cc19ffeff7d9a064daadc24ae60 Mon Sep 17 00:00:00 2001 From: AmoryBlaine Date: Sat, 7 Sep 2024 21:18:16 -0400 Subject: [PATCH] Unused prototype UPP SG code removed --- code/modules/projectiles/guns/smartgun.dm | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/code/modules/projectiles/guns/smartgun.dm b/code/modules/projectiles/guns/smartgun.dm index e9f626a511..bca3f2669d 100644 --- a/code/modules/projectiles/guns/smartgun.dm +++ b/code/modules/projectiles/guns/smartgun.dm @@ -762,20 +762,3 @@ 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 - name = "\improper DP-88 smartgun" - desc = "The UPP's answer to the M56. Largely replacing the QZ" - current_mag = /obj/item/ammo_magazine/pkp - ammo = /obj/item/ammo_magazine/pkp -/* ammo_primary = /datum/ammo/bullet/smartgun/holo_target - ammo_secondary = /datum/ammo/bullet/smartgun/holo_target/ap */ - flags_gun_features = GUN_WIELDED_FIRING_ONLY - icon = 'icons/obj/items/weapons/guns/guns_by_faction/upp.dmi' - icon_state = "dp88" - item_state = "dp88" - starting_attachment_types = list(/obj/item/attachable/uppsmartbarrel) - -/obj/item/weapon/gun/smartgun/rmc/Initialize(mapload, ...) - . = ..() - MD.iff_signal = FACTION_UPP - */