Gives extradimensional chap weapon a unique gimmick. (#20112)

* Gives extradimensional chap weapon a unique gimmick.

* index on Its_balanced_tm: 29dd689 Gives extradimensional chap weapon a unique gimmick.

* Makes my ""code"" less shit.
This commit is contained in:
TechnoAlchemist
2016-08-27 10:00:36 -05:00
committed by KorPhaeron
parent 84480dafdf
commit 2bd109ce73
2 changed files with 8 additions and 2 deletions
@@ -127,11 +127,15 @@
/obj/item/weapon/nullrod/claymore/multiverse
name = "extradimensional blade"
desc = "Once the harbringer of a interdimensional war, now a dormant souvenir. Still sharp though."
desc = "Once the harbringer of a interdimensional war, its sharpness fluctuates wildly. "
icon_state = "multiverse"
item_state = "multiverse"
slot_flags = SLOT_BELT
/obj/item/weapon/nullrod/claymore/multiverse/attack(mob/living/carbon/M, mob/living/carbon/user)
force = rand(1, 30)
..()
/obj/item/weapon/nullrod/claymore/saber
name = "light energy sword"
hitsound = 'sound/weapons/blade1.ogg'
@@ -361,3 +365,4 @@
/obj/item/weapon/nullrod/tribal_knife/process()
slowdown = rand(-2, 2)