[S] Fixes mindflayer grapple having a lower cooldown than it should (#28505)

* I feel a bit dumb

* actually fix it
This commit is contained in:
BiancaWilkson
2025-02-23 07:24:02 +00:00
committed by GitHub
parent 04ea43aef8
commit 3db0313d28
@@ -188,7 +188,7 @@
/datum/spell/flayer/self/weapon/grapple_arm/on_apply()
..()
cooldown_handler.recharge_duration = initial(cooldown_handler.recharge_duration) - 10 SECONDS * level
cooldown_handler.recharge_duration = base_cooldown - 10 SECONDS * level //Level 1: 15 seconds, level 2: 5 seconds, level 3: No cooldown, just limited by travel time
/*
* A slightly slower (5 seconds) version of the basic access tuner