[no gbp] Restores cooldown to spider guard ability (#76698)

## About The Pull Request

I guess in some commit I accidentally dropped the super call in this
proc, meaning the cooldown was never set

## Why It's Good For The Game

You should get one (1) instant statue per minute, not several hundred

## Changelog

🆑
fix: Guard spiders can now only make one scary duplicate of themselves
at a time, rather than as many as they can click on the button.
/🆑
This commit is contained in:
Jacquerel
2023-07-10 23:15:17 -07:00
committed by GitHub
parent 5079c396c5
commit 7103131078
@@ -166,3 +166,4 @@
/datum/action/cooldown/web_effigy/Activate()
new /obj/structure/spider/effigy(get_turf(owner))
return ..()