Changed dna scrambler to 2 telecrystals and buffed the radgun so it isn't completely outclassed by the revolver

This commit is contained in:
Kzd1
2014-03-28 18:14:58 -07:00
parent a6ee2ce468
commit 1cb392070f
2 changed files with 4 additions and 4 deletions

View File

@@ -187,7 +187,7 @@ var/list/uplink_items = list()
//Geneticist
/datum/uplink_item/jobspecific/radgun
name = "Radgun"
desc = "An experimental energy gun that fires radioactive projectiles that deal toxin damage, irradiate, and scramble DNA, giving the victim a different appearance and name, and potentially harmful or beneficial mutations. Recharges automatically."
desc = "An experimental energy gun that fires radioactive projectiles that burn, irradiate, and scramble DNA, giving the victim a different appearance and name, and potentially harmful or beneficial mutations. Recharges automatically."
item = /obj/item/weapon/gun/energy/radgun
cost = 6
job = list("Geneticist")
@@ -285,7 +285,7 @@ var/list/uplink_items = list()
name = "DNA Scrambler"
desc = "A syringe with one injection that randomizes appearance and name upon use. A cheaper but less versatile alternative to an agent card and voice changer."
item = /obj/item/weapon/dnascrambler
cost = 1
cost = 2
/datum/uplink_item/stealthy_tools/chameleon_proj
name = "Chameleon-Projector"

View File

@@ -62,8 +62,8 @@
/obj/item/projectile/energy/rad
name = "rad"
icon_state = "rad"
damage = 10
damage_type = TOX
damage = 30
damage_type = BURN
nodamage = 0
weaken = 10
stutter = 10