mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-28 14:37:04 +01:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user