mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user