Adds seven alternate finishes for the .357 Revolver (#31668)

* Adds Syndie Subtype and extra finishes

* Switches all mentions of standard revolver to the new syndicate version

* Wait why are we spinning the *barrel*

* removes duped name and description
This commit is contained in:
MixityMaxity
2026-02-27 19:07:58 +00:00
committed by GitHub
parent ae181bf265
commit c4fb9bff75
7 changed files with 29 additions and 10 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ GLOBAL_LIST_INIT(summoned_guns, list(
/obj/item/gun/energy/gun,
/obj/item/gun/energy/gun/advtaser,
/obj/item/gun/energy/laser,
/obj/item/gun/projectile/revolver,
/obj/item/gun/projectile/revolver/syndie,
/obj/item/gun/energy/detective,
/obj/item/gun/projectile/automatic/pistol/deagle/camo,
/obj/item/gun/projectile/automatic/gyropistol,
+1 -1
View File
@@ -53,7 +53,7 @@
Bring them to the afterlife, one trigger pull at a time. <br> \
You will likely need to scavenge additional ammo or weapons aboard the station. <br><br>\
</i>Provides a .357 Revolver, 4 speedloaders of ammo, Ethereal Jaunt, Blink, Summon Item, No Clothes, and Bind Soul, with a unique outfit.<i>"
items_path = list(/obj/item/gun/projectile/revolver, /obj/item/ammo_box/a357, /obj/item/ammo_box/a357, /obj/item/ammo_box/a357, /obj/item/ammo_box/a357, /obj/item/clothing/under/syndicate)
items_path = list(/obj/item/gun/projectile/revolver/syndie, /obj/item/ammo_box/a357, /obj/item/ammo_box/a357, /obj/item/ammo_box/a357, /obj/item/ammo_box/a357, /obj/item/clothing/under/syndicate)
spells_path = list(/datum/spell/ethereal_jaunt, /datum/spell/turf_teleport/blink, \
/datum/spell/summonitem, /datum/spell/noclothes, /datum/spell/lichdom/gunslinger)
category = "Unique"
@@ -96,7 +96,7 @@
name = "Heist Bundle"
desc = "Alright guys, today we're performing a heist on a space station owned by a greedy corporation. Drain the vault of all its worth so we can get that pay dirt!11"
items = list(
/obj/item/gun/projectile/revolver, // 65 TC
/obj/item/gun/projectile/revolver/syndie, // 65 TC
/obj/item/ammo_box/a357, // 15 TC
/obj/item/ammo_box/a357, // 15 TC
/obj/item/card/emag, // 30 TC
@@ -215,8 +215,8 @@
desc = "Get pretty good with two revolvers, two speedloaders, and a backup combat knife."
items = list(
/obj/item/kitchen/knife/combat, // 0TC but very robust
/obj/item/gun/projectile/revolver, // 65TC
/obj/item/gun/projectile/revolver, // 65TC
/obj/item/gun/projectile/revolver/syndie, // 65TC
/obj/item/gun/projectile/revolver/syndie, // 65TC
/obj/item/ammo_box/a357, // 15TC
/obj/item/ammo_box/a357, // 15TC
/obj/item/encryptionkey/syndicate, // 10TC
@@ -540,7 +540,7 @@
name = "\improper .357 revolver kit"
/obj/item/storage/box/syndie_kit/revolver/populate_contents()
new /obj/item/gun/projectile/revolver(src)
new /obj/item/gun/projectile/revolver/syndie(src)
new /obj/item/ammo_box/a357(src)
/obj/item/storage/box/syndie_kit/stechkin