mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 22:50:26 +01:00
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:
@@ -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 |
Reference in New Issue
Block a user