removes from uplink until fixed

renames old sniper icons to esniper and new sniper to just sniper
This commit is contained in:
Aurorablade
2016-05-04 00:34:28 -04:00
parent 5f0dde2f65
commit 37d9cc49dc
7 changed files with 4 additions and 41 deletions
-37
View File
@@ -494,15 +494,6 @@ var/list/uplink_items = list()
excludefrom = list(/datum/game_mode/nuclear)
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
reference = "SNIPE"
gamemodes = list(/datum/game_mode/nuclear)
surplus = 25
// Ammunition
/datum/uplink_item/ammo
@@ -596,34 +587,6 @@ var/list/uplink_items = list()
gamemodes = list(/datum/game_mode/nuclear)
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
reference = "SAMO"
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
reference = "SOPA"
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."
reference = "BLUDA"
item = /obj/item/ammo_box/magazine/sniper_rounds/haemorrhage
/datum/uplink_item/ammo/sniper/penetrator
name = "Sniper Magazine - Penetrator Rounds"
desc = "A 5-round magazine of penetrator ammo designed for use in the syndicate sniper rifle. Can pierce walls and multiple enemies."
reference = "PENAMO"
item = /obj/item/ammo_box/magazine/sniper_rounds/penetrator
cost = 5
// STEALTHY WEAPONS
/datum/uplink_item/stealthy_weapons
@@ -148,7 +148,7 @@ obj/item/weapon/gun/energy/staff/focus
name = "L.W.A.P. Sniper Rifle"
desc = "A rifle constructed of lightweight materials, fitted with a SMART aiming-system scope."
icon = 'icons/obj/gun.dmi'
icon_state = "sniper"
icon_state = "esniper"
fire_sound = 'sound/weapons/marauder.ogg'
origin_tech = "combat=6;materials=5;powerstorage=4"
projectile_type = "/obj/item/projectile/beam/sniper"
@@ -1,8 +1,8 @@
/obj/item/weapon/gun/projectile/sniper_rifle
name = "sniper rifle"
desc = "the kind of gun that will leave you crying for mummy before you even realise your leg's missing"
icon_state = "snipertg"
item_state = "snipertg"
icon_state = "sniper"
item_state = "sniper"
recoil = 2
heavy_weapon = 1
mag_type = "/obj/item/ammo_box/magazine/sniper_rounds"
@@ -19,7 +19,7 @@
if(magazine)
icon_state = "sniper-mag"
else
icon_state = "snipertg"
icon_state = "sniper"
/obj/item/weapon/gun/projectile/sniper_rifle/syndicate
name = "syndicate sniper rifle"
Binary file not shown.

Before

Width:  |  Height:  |  Size: 89 KiB

After

Width:  |  Height:  |  Size: 89 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

After

Width:  |  Height:  |  Size: 42 KiB

BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 81 KiB

After

Width:  |  Height:  |  Size: 81 KiB