mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 09:08:30 +01:00
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:
@@ -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)
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user