mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 15:47:15 +01:00
Merge pull request #13563 from RemieRichards/snipper_wiffle
Adds a sniper rifle and 3 ammo types to the Nuclear Operative uplink.
This commit is contained in:
@@ -266,6 +266,15 @@ var/list/uplink_items = list()
|
||||
excludefrom = list(/datum/game_mode/nuclear,/datum/game_mode/gang)
|
||||
cost = 12
|
||||
|
||||
/datum/uplink_item/dangerous/sniper
|
||||
name = "Sniper Rifle"
|
||||
desc = "Ranged fury, syndicate style. guaranteed to cause shock and awe or your TC back!"
|
||||
item = /obj/item/weapon/gun/projectile/sniper_rifle/syndicate
|
||||
cost = 16
|
||||
gamemodes = list(/datum/game_mode/nuclear)
|
||||
surplus = 25
|
||||
|
||||
|
||||
// AMMUNITION
|
||||
|
||||
/datum/uplink_item/ammo
|
||||
@@ -362,6 +371,26 @@ var/list/uplink_items = list()
|
||||
cost = 2
|
||||
surplus = 0
|
||||
|
||||
/datum/uplink_item/ammo/sniper
|
||||
name = "Sniper Magazine - .50"
|
||||
desc = "An additional 6-round .50 magazine for use in the syndicate sniper rifle."
|
||||
item = /obj/item/ammo_box/magazine/sniper_rounds
|
||||
cost = 4 //70dmg rounds are no joke
|
||||
gamemodes = list(/datum/game_mode/nuclear)
|
||||
|
||||
/datum/uplink_item/ammo/sniper/soporific
|
||||
name = "Sniper Magazine - Soporific Rounds"
|
||||
desc = "A 3-round magazine of soporific ammo designed for use in the syndicate sniper rifle, put your enemies to sleep today!"
|
||||
item = /obj/item/ammo_box/magazine/sniper_rounds/soporific
|
||||
cost = 6
|
||||
|
||||
/datum/uplink_item/ammo/sniper/haemorrhage
|
||||
name = "Sniper Magazine - Haemorrhage Rounds"
|
||||
desc = "A 5-round magazine of haemorrhage ammo designed for use in the syndicate sniper rifle, causes heavy bleeding in the target."
|
||||
item = /obj/item/ammo_box/magazine/sniper_rounds/haemorrhage
|
||||
|
||||
|
||||
|
||||
// STEALTHY WEAPONS
|
||||
|
||||
/datum/uplink_item/stealthy_weapons
|
||||
|
||||
Reference in New Issue
Block a user