mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 11:05:03 +01:00
Merge pull request #15778 from Sirryan2002/Despookify
Prevents Ghosts from circumventing boo spell cooldown
This commit is contained in:
@@ -503,8 +503,8 @@ GLOBAL_LIST_INIT(spells, typesof(/obj/effect/proc_holder/spell))
|
||||
revert_cast(user)
|
||||
return FALSE
|
||||
|
||||
perform(targets, user = user, make_attack_logs = create_logs)
|
||||
remove_ranged_ability(user)
|
||||
perform(targets, user = user, make_attack_logs = create_logs)
|
||||
return TRUE
|
||||
|
||||
/* Checks if a target is valid
|
||||
|
||||
Reference in New Issue
Block a user