mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 05:57:24 +01:00
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:
@@ -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,
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user