This commit is contained in:
Mechoid
2019-03-31 17:55:22 -07:00
parent 9552326e7f
commit 370b6986fc

View File

@@ -157,7 +157,6 @@
blade_color = "white" blade_color = "white"
lcolor = "#FFFFFF" lcolor = "#FFFFFF"
/obj/item/weapon/melee/energy/sword/activate(mob/living/user) /obj/item/weapon/melee/energy/sword/activate(mob/living/user)
if(!active) if(!active)
to_chat(user, "<span class='notice'>\The [src] is now energised.</span>") to_chat(user, "<span class='notice'>\The [src] is now energised.</span>")
@@ -166,7 +165,6 @@
attack_verb = list("attacked", "slashed", "stabbed", "sliced", "torn", "ripped", "diced", "cut") attack_verb = list("attacked", "slashed", "stabbed", "sliced", "torn", "ripped", "diced", "cut")
icon_state = "[active_state][blade_color]" icon_state = "[active_state][blade_color]"
/obj/item/weapon/melee/energy/sword/deactivate(mob/living/user) /obj/item/weapon/melee/energy/sword/deactivate(mob/living/user)
if(active) if(active)
to_chat(user, "<span class='notice'>\The [src] deactivates!</span>") to_chat(user, "<span class='notice'>\The [src] deactivates!</span>")
@@ -316,7 +314,6 @@
..() ..()
bcell = new/obj/item/weapon/cell/device/weapon(src) bcell = new/obj/item/weapon/cell/device/weapon(src)
/* /*
*Energy Blade *Energy Blade
*/ */