mirror of
https://github.com/evilew/GS13-Citadel.git
synced 2026-08-29 08:11:29 +01:00
Fix unavailable button tint not clearing on stat change
This commit is contained in:
@@ -131,7 +131,7 @@
|
||||
/datum/action/cooldown/bloodsucker/proc/CheckCanDeactivate(display_error)
|
||||
return TRUE
|
||||
|
||||
/datum/action/cooldown/bloodsucker/UpdateButton(atom/movable/screen/movable/action_button/button, force = FALSE)
|
||||
/datum/action/cooldown/bloodsucker/UpdateButton(atom/movable/screen/movable/action_button/button, status_only = FALSE, force = FALSE)
|
||||
background_icon_state = active? background_icon_state_on : background_icon_state_off
|
||||
..()//UpdateButton()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user