This commit is contained in:
kevinz000
2016-10-11 09:41:43 +13:00
committed by oranges
parent 7ce3688699
commit cb295db91a
5 changed files with 15 additions and 2 deletions
@@ -233,6 +233,7 @@
throw_range = 1
w_class = 4//So you can't hide it in your pocket or some such.
var/datum/effect_system/spark_spread/spark_system
sharpness = IS_SHARP
//Most of the other special functions are handled in their own files. aka special snowflake code so kewl
/obj/item/weapon/melee/energy/blade/New()
@@ -245,3 +246,9 @@
/obj/item/weapon/melee/energy/blade/attack_self(mob/user)
return
/obj/item/weapon/melee/energy/blade/hardlight
name = "hardlight blade"
desc = "An extremely sharp blade made out of hard light. Packs quite a punch."
icon_state = "lightblade"
item_state = "lightblade"