Merge pull request #11131 from Seris02/demondabbing
nerfs bloodcrawl to a cooldown of 0.6 seconds instead of no cooldown
This commit is contained in:
@@ -13,6 +13,7 @@
|
|||||||
action_icon_state = "bloodcrawl"
|
action_icon_state = "bloodcrawl"
|
||||||
action_background_icon_state = "bg_demon"
|
action_background_icon_state = "bg_demon"
|
||||||
var/phased = 0
|
var/phased = 0
|
||||||
|
charge_max = 6
|
||||||
|
|
||||||
/obj/effect/proc_holder/spell/bloodcrawl/choose_targets(mob/user = usr)
|
/obj/effect/proc_holder/spell/bloodcrawl/choose_targets(mob/user = usr)
|
||||||
for(var/obj/effect/decal/cleanable/target in range(range, get_turf(user)))
|
for(var/obj/effect/decal/cleanable/target in range(range, get_turf(user)))
|
||||||
|
|||||||
Reference in New Issue
Block a user