diff --git a/code/modules/projectiles/guns/ballistic/revolver.dm b/code/modules/projectiles/guns/ballistic/revolver.dm index 6c5286707d2..35b654f7490 100644 --- a/code/modules/projectiles/guns/ballistic/revolver.dm +++ b/code/modules/projectiles/guns/ballistic/revolver.dm @@ -1,6 +1,6 @@ /obj/item/gun/ballistic/revolver name = "\improper .357 revolver" - desc = "A suspicious revolver. Uses .357 ammo." + desc = "A suspicious revolver. Uses .357 ammo." //usually used by syndicates icon_state = "revolver" mag_type = /obj/item/ammo_box/magazine/internal/cylinder fire_sound = 'sound/weapons/gun/revolver/shot_alt.ogg' @@ -97,11 +97,6 @@ if(last_fire && last_fire + 15 SECONDS > world.time) . = span_notice("[user] touches the end of [src] to \the [A], using the residual heat to ignite it in a puff of smoke. What a badass.") -/obj/item/gun/ballistic/revolver/syndicate - name = "\improper S-357" - desc = "A 7 round revolver chambered in .357. It has 'Scarborough Arms' engraved on it" - icon_state = "syndicate_revolver" - /obj/item/gun/ballistic/revolver/c38 name = "\improper .38 revolver" desc = "A classic, if not outdated, lethal firearm. Uses .38 Special rounds." diff --git a/code/modules/uplink/uplink_items/dangerous.dm b/code/modules/uplink/uplink_items/dangerous.dm index f842496aa1f..955604f267c 100644 --- a/code/modules/uplink/uplink_items/dangerous.dm +++ b/code/modules/uplink/uplink_items/dangerous.dm @@ -95,8 +95,8 @@ /datum/uplink_item/dangerous/revolver name = "Syndicate Revolver" - desc = "A high-powered 7 round revolver chambered in .357. Favoured by the Syndicate for its stopping power." - item = /obj/item/gun/ballistic/revolver/syndicate + desc = "A brutally simple Syndicate revolver that fires .357 Magnum rounds and has 7 chambers." + item = /obj/item/gun/ballistic/revolver progression_minimum = 30 MINUTES cost = 13 surplus = 50 diff --git a/icons/obj/weapons/guns/ballistic.dmi b/icons/obj/weapons/guns/ballistic.dmi index b27a7cc0340..872368c40d5 100644 Binary files a/icons/obj/weapons/guns/ballistic.dmi and b/icons/obj/weapons/guns/ballistic.dmi differ