Remove stale code.

This commit is contained in:
lbnesquik
2020-08-25 22:58:15 +02:00
parent 3a62665553
commit 286500969e

View File

@@ -31,44 +31,3 @@
var/light_blast = 2 var/light_blast = 2
var/flash_blast = 4 var/flash_blast = 4
*/ */
/obj/item/projectile/missile
name = "ion bolt"
icon_state = "ion"
fire_sound = 'sound/weapons/Laser.ogg'
damage = 0
damage_type = BURN
nodamage = 1
check_armour = "energy"
light_range = 2
light_power = 0.5
light_color = "#55AAFF"
combustion = FALSE
impact_effect_type = /obj/effect/temp_visual/impact_effect/ion
hitsound_wall = 'sound/weapons/effects/searwall.ogg'
hitsound = 'sound/weapons/ionrifle.ogg'
var/sev1_range = 0
var/sev2_range = 1
var/sev3_range = 1
var/sev4_range = 1