[MIRROR] Most actions cannot be used while incapacitated [MDB IGNORE] (#19469)

Most actions cannot be used while incapacitated

Co-authored-by: Jacquerel <hnevard@gmail.com>
Co-authored-by: Gandalf <9026500+Gandalf2k15@users.noreply.github.com>
This commit is contained in:
SkyratBot
2023-03-10 05:30:59 +00:00
committed by GitHub
co-authored by Jacquerel Gandalf
parent d666b49125
commit 93fc6f2a81
26 changed files with 36 additions and 27 deletions
@@ -1,7 +1,7 @@
///hud action for starting and stopping flight
/datum/action/innate/flight
name = "Toggle Flight"
check_flags = AB_CHECK_CONSCIOUS|AB_CHECK_IMMOBILE
check_flags = AB_CHECK_CONSCIOUS|AB_CHECK_IMMOBILE|AB_CHECK_INCAPACITATED
button_icon = 'icons/mob/actions/actions_items.dmi'
button_icon_state = "flight"