Skip to content

Commit

Permalink
Добавил Стечкин в Аплинк.
Browse files Browse the repository at this point in the history
  • Loading branch information
SmiLeYre committed Mar 7, 2024
1 parent 5b48848 commit 22ffc2f
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
8 changes: 8 additions & 0 deletions code/game/objects/items/storage/uplink_kits.dm
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,14 @@
/obj/item/storage/box/syndie_kit/pistol/PopulateContents()
new /obj/item/gun/ballistic/automatic/pistol(src)
new /obj/item/ammo_box/magazine/m10mm(src)
new /obj/item/ammo_box/magazine/m10mm(src)

/obj/item/storage/box/syndie_kit/aps_pistol

/obj/item/storage/box/syndie_kit/aps_pistol/PopulateContents()
new /obj/item/gun/ballistic/automatic/pistol/APS(src)
new /obj/item/ammo_box/magazine/pistolm9mm(src)
new /obj/item/ammo_box/magazine/pistolm9mm(src)

/obj/item/storage/box/syndie_kit/contract_kit
name = "contractor kit"
Expand Down
2 changes: 1 addition & 1 deletion code/modules/projectiles/guns/ballistic/pistol.dm
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
item_state = "deagleg"

/obj/item/gun/ballistic/automatic/pistol/APS
name = "stechkin APS pistol"
name = "Stechkin APS Pistol"
desc = "The original Russian version of a widely used Syndicate sidearm. Uses 9mm ammo. Has a threaded barrel for suppressors."
icon_state = "aps"
w_class = WEIGHT_CLASS_SMALL
Expand Down
4 changes: 2 additions & 2 deletions code/modules/uplink/uplink_items/uplink_ammo.dm
Original file line number Diff line number Diff line change
Expand Up @@ -251,10 +251,10 @@

/datum/uplink_item/ammo/pistolaps
name = "9mm Handgun Magazine"
desc = "An additional 15-round 9mm magazine, compatible with the Stechkin APS pistol, found in the Spetsnaz Pyro bundle."
desc = "An additional 15-round 9mm magazine, compatible with the Stechkin APS pistol."
item = /obj/item/ammo_box/magazine/pistolm9mm
cost = 2
purchasable_from = UPLINK_NUKE_OPS
purchasable_from = ~UPLINK_CLOWN_OPS

/datum/uplink_item/ammo/pistolaps
name = "Ammo Box - 9mm"
Expand Down
7 changes: 7 additions & 0 deletions code/modules/uplink/uplink_items/uplink_dangerous.dm
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@
cost = 4
purchasable_from = ~UPLINK_CLOWN_OPS

/datum/uplink_item/dangerous/aps_pistol
name = "Stechkin Pistol"
desc = "The original Russian version of a widely used Syndicate sidearm. Uses 9mm ammo. Has a threaded barrel for suppressors."
item = /obj/item/storage/box/syndie_kit/aps_pistol
cost = 7
purchasable_from = ~UPLINK_CLOWN_OPS

/datum/uplink_item/dangerous/revolver
name = "Revolver Kit"
desc = "A sleek box containing a brutally simple Syndicate revolver that fires .357 Magnum rounds and has 7 chambers, and an extra speedloader."
Expand Down

0 comments on commit 22ffc2f

Please sign in to comment.