mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
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:
committed by
KorPhaeron
parent
84480dafdf
commit
2bd109ce73
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user