Added green and purple energy swords.

The thunderdome energy swords are now color coded.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1251 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
n3ophyt3@gmail.com
2011-03-23 19:10:42 +00:00
parent a1dd974c23
commit 7996c4b1f9
6 changed files with 11 additions and 3 deletions
@@ -16,7 +16,7 @@ STUN BATON
..()
/obj/item/weapon/sword/New()
color = pick("red","blue")
color = pick("red","blue","green","purple")
/obj/item/weapon/sword/attack_self(mob/user as mob)
if ((user.mutations & 16) && prob(50))
@@ -45,6 +45,13 @@ STUN BATON
src.add_fingerprint(user)
return
/obj/item/weapon/sword/green
New()
color = "green"
/obj/item/weapon/sword/red
New()
color = "red"
// AXE