[MISSED MIRROR] Giant Spider action fixes & Action feedback (#17439)

* missed mirror 70848

* SR modular
This commit is contained in:
Tastyfish
2022-11-11 09:42:28 -05:00
committed by GitHub
parent 69a3ed3d7f
commit 69df5a8320
51 changed files with 237 additions and 175 deletions

View File

@@ -311,7 +311,7 @@ SUBSYSTEM_DEF(vote)
name = "Vote!"
button_icon_state = "vote"
/datum/action/vote/IsAvailable()
/datum/action/vote/IsAvailable(feedback = FALSE)
return TRUE // Democracy is always available to the free people
/datum/action/vote/Trigger(trigger_flags)