Fixes the Guard Spider Effigy disables attacking bug. (#77281)

## About The Pull Request

Fixes the Guard Spider Effigy disables attacking bug, as reported here
https://github.com/tgstation/tgstation/issues/77133

## Why It's Good For The Game

Fixing bugs is good.

## Changelog
🆑
fix: Guard Spiders are no longer unable to attack after using Web Effigy
/🆑
This commit is contained in:
SpaceVampire
2023-08-02 14:54:28 +02:00
committed by GitHub
parent c18101557d
commit 0cbfef6ee9
@@ -153,6 +153,7 @@
background_icon_state = "bg_alien"
overlay_icon_state = "bg_alien_border"
cooldown_time = 60 SECONDS
melee_cooldown_time = 0
/datum/action/cooldown/web_effigy/IsAvailable(feedback = FALSE)
. = ..()