diff --git a/code/modules/antagonists/eldritch_cult/eldritch_book.dm b/code/modules/antagonists/eldritch_cult/eldritch_book.dm index 267678c96ba..833d33dde4e 100644 --- a/code/modules/antagonists/eldritch_cult/eldritch_book.dm +++ b/code/modules/antagonists/eldritch_cult/eldritch_book.dm @@ -40,7 +40,7 @@ /obj/item/forbidden_book/proc/get_power_from_influence(atom/target, mob/user) var/obj/effect/reality_smash/RS = target to_chat(target, "You start drawing power from influence...") - if(do_after(user,10 SECONDS,FALSE,RS)) + if(do_after(user,10 SECONDS,TRUE,RS)) qdel(RS) charge += 1