Revert "Updates the Syndicate revolver into a new revolver (with the same stats)" (#71792)

Reverts tgstation/tgstation#71704

The sprite team did not approve this PR, I misread and
thought they did and would not have merged it if I had paid attention
This commit is contained in:
Mothblocks
2022-12-08 05:38:45 +00:00
committed by GitHub
parent f427e2ca75
commit 998dff2e62
3 changed files with 3 additions and 8 deletions
@@ -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."
@@ -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
Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 33 KiB