Fix wizards having the wrong faction (#1734)

Fix the wrong faction in the datum.
This commit is contained in:
Alberyk
2017-02-07 22:15:10 +02:00
committed by skull132
parent f090eb5623
commit 66d441898e
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -66,13 +66,13 @@
..()
icon_state = "runesword1"
item_state = "runesword1"
user << "<span class='notice'>The [src] surges to life!.</span>"
user << "<span class='notice'>\The [src] surges to life!.</span>"
/obj/item/weapon/melee/energy/wizard/deactivate(mob/living/user)
..()
icon_state = "runesword0"
item_state = "runesword0"
user << "<span class='notice'>The [src] slowly dies out.</span>"
user << "<span class='notice'>\The [src] slowly dies out.</span>"
/obj/item/weapon/melee/energy/wizard/attack(mob/living/M, mob/living/user, var/target_zone)
if(user.faction == "Space Wizard")