item actions can be used while horizontal (#21866)

This commit is contained in:
GDN
2023-08-12 12:25:12 -05:00
committed by GitHub
parent 823ca7570a
commit e8ead6267b
+1 -1
View File
@@ -137,7 +137,7 @@
//Presets for item actions
/datum/action/item_action
check_flags = AB_CHECK_RESTRAINED|AB_CHECK_STUNNED|AB_CHECK_LYING|AB_CHECK_CONSCIOUS
check_flags = AB_CHECK_RESTRAINED|AB_CHECK_STUNNED|AB_CHECK_HANDS_BLOCKED|AB_CHECK_CONSCIOUS
var/use_itemicon = TRUE
/datum/action/item_action/New(Target, custom_icon, custom_icon_state)