mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Merge pull request #10276 from mwerezak/uplink-items
Allows traitors the option of purchasing the C-20r or STS-35
This commit is contained in:
@@ -131,7 +131,7 @@ datum/uplink_item/dd_SortValue()
|
||||
path = /obj/item/ammo_magazine/a357
|
||||
|
||||
/datum/uplink_item/item/ammo/mc9mm
|
||||
name = ".9mm"
|
||||
name = "9mm"
|
||||
path = /obj/item/ammo_magazine/mc9mm
|
||||
|
||||
/datum/uplink_item/item/ammo/darts
|
||||
@@ -142,6 +142,14 @@ datum/uplink_item/dd_SortValue()
|
||||
name = "14.5mm"
|
||||
path = /obj/item/weapon/storage/box/sniperammo
|
||||
|
||||
/datum/uplink_item/item/ammo/a12mm
|
||||
name = "12mm"
|
||||
path = /obj/item/ammo_magazine/a12mm
|
||||
|
||||
/datum/uplink_item/item/ammo/a762
|
||||
name = "7.62mm"
|
||||
path = /obj/item/ammo_magazine/a762
|
||||
|
||||
/***************************************
|
||||
* Highly Visible and Dangerous Weapons *
|
||||
***************************************/
|
||||
@@ -188,6 +196,17 @@ datum/uplink_item/dd_SortValue()
|
||||
item_cost = DEFAULT_TELECRYSTAL_AMOUNT
|
||||
path = /obj/item/weapon/gun/projectile/heavysniper
|
||||
|
||||
//These are for traitors (or other antags, perhaps) to have the option of purchasing some merc gear.
|
||||
/datum/uplink_item/item/visible_weapons/submachinegun
|
||||
name = "Submachine Gun"
|
||||
item_cost = 6
|
||||
path = /obj/item/weapon/gun/projectile/automatic/c20r
|
||||
|
||||
/datum/uplink_item/item/visible_weapons/assaultrifle
|
||||
name = "Assault Rifle"
|
||||
item_cost = 7
|
||||
path = /obj/item/weapon/gun/projectile/automatic/sts35
|
||||
|
||||
/*************************************
|
||||
* Stealthy and Inconspicuous Weapons *
|
||||
*************************************/
|
||||
|
||||
4
html/changelogs/HarpyEagle-uplink-items.yml
Normal file
4
html/changelogs/HarpyEagle-uplink-items.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
author: HarpyEagle
|
||||
changes:
|
||||
- rscadd: "Traitors can now purchase the C-20r and the STS-35 for telecrystals."
|
||||
delete-after: true
|
||||
Reference in New Issue
Block a user