mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 22:19:30 +01:00
Gives the Revolvers on the Nuke Ops uplink Syndicate Firing Pins (#79327)
## About The Pull Request gives revolvers on the nukie uplink syndie firing pins ## Why It's Good For The Game Every other firearm on the nukie uplink has a syndie firing pin. ## Changelog 🆑 fix: The Syndicate Revolver now has a Syndicate Firing Pin on the Nuke Ops uplink. /🆑
This commit is contained in:
@@ -195,7 +195,9 @@
|
||||
|
||||
/obj/item/storage/belt/holster/nukie/cowboy/full/PopulateContents()
|
||||
generate_items_inside(list(
|
||||
/obj/item/gun/ballistic/revolver/syndicate/cowboy = 1,
|
||||
/obj/item/gun/ballistic/revolver/syndicate/cowboy/nuclear = 1,
|
||||
/obj/item/ammo_box/a357 = 2,
|
||||
), src)
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -374,7 +374,7 @@
|
||||
|
||||
/obj/item/storage/toolbox/guncase/revolver
|
||||
name = "revolver gun case"
|
||||
weapon_to_spawn = /obj/item/gun/ballistic/revolver/syndicate
|
||||
weapon_to_spawn = /obj/item/gun/ballistic/revolver/syndicate/nuclear
|
||||
extra_to_spawn = /obj/item/ammo_box/a357
|
||||
|
||||
/obj/item/storage/toolbox/guncase/sword_and_board
|
||||
|
||||
@@ -139,11 +139,17 @@
|
||||
desc = "A modernized 7 round revolver manufactured by Waffle Co. Uses .357 ammo."
|
||||
icon_state = "revolversyndie"
|
||||
|
||||
/obj/item/gun/ballistic/revolver/syndicate/nuclear
|
||||
pin = /obj/item/firing_pin/implant/pindicate
|
||||
|
||||
/obj/item/gun/ballistic/revolver/syndicate/cowboy
|
||||
desc = "A classic revolver, refurbished for modern use. Uses .357 ammo."
|
||||
//There's already a cowboy sprite in there!
|
||||
icon_state = "lucky"
|
||||
|
||||
/obj/item/gun/ballistic/revolver/syndicate/cowboy/nuclear
|
||||
pin = /obj/item/firing_pin/implant/pindicate
|
||||
|
||||
/obj/item/gun/ballistic/revolver/mateba
|
||||
name = "\improper Unica 6 auto-revolver"
|
||||
desc = "A retro high-powered autorevolver typically used by officers of the New Russia military. Uses .357 ammo."
|
||||
|
||||
Reference in New Issue
Block a user