Double energy sword boost.

Because spins.  They should be a traitor item, by the way.  Like five or six crystals maybe.  /tg/ has code so that the offhand also provides a shield, making you very hard to bullet, but a copypaste won't let me steal that.
This commit is contained in:
Duck-
2014-03-30 02:52:22 -04:00
parent b5d76b1731
commit 6808b490eb
+3 -3
View File
@@ -148,7 +148,7 @@
throw_range = 5
w_class = 2.0
force_unwielded = 3
force_wielded = 30
force_wielded = 50
wieldsound = 'sound/weapons/saberon.ogg'
unwieldsound = 'sound/weapons/saberoff.ogg'
flags = FPRINT | TABLEPASS | NOSHIELD
@@ -165,7 +165,7 @@
user << "\red You twirl around a bit before losing your balance and impaling yourself on the [src]."
user.take_organ_damage(20,25)
return
if((wielded) && prob(50))
if((wielded) && prob(95))
spawn(0)
for(var/i in list(1,2,4,8,4,2,1,2,4,8,4,2))
user.dir = i
@@ -175,4 +175,4 @@
if(wielded)
return 1
else
return 0
return 0