Xray gun nerf is just the 15 tiles range.

This commit is contained in:
phil235
2015-06-16 19:49:25 +02:00
parent ead218ca8e
commit c177f99d63
2 changed files with 1 additions and 8 deletions
@@ -33,13 +33,6 @@
range = 15
forcedodge = 1
/obj/item/projectile/beam/xray/on_hit(var/atom/target)
. = ..()
var/absorption = 1 + 2 * target.explosion_block
damage = max(damage - absorption,5) //hitting something reduces the damage.
irradiate = max(irradiate - 2*absorption,10)
/obj/item/projectile/beam/disabler
name = "disabler beam"
icon_state = "omnilaser"