From d02576bc03acf2683b95db4706d33f04fcc84557 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Fri, 17 Sep 2021 22:20:10 +0200 Subject: [PATCH] [MIRROR] You can no longer use chameleon IDs/clothes while in crit/have hands blocked (#8226) * You can no longer use chameleon IDs while in crit/have hands blocked (#61493) * You can no longer use chameleon IDs/clothes while in crit/have hands blocked Co-authored-by: John Willard <53777086+JohnFulpWillard@users.noreply.github.com> --- code/modules/clothing/chameleon.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/clothing/chameleon.dm b/code/modules/clothing/chameleon.dm index 94f788800b6..9d939ea18a0 100644 --- a/code/modules/clothing/chameleon.dm +++ b/code/modules/clothing/chameleon.dm @@ -139,6 +139,7 @@ /datum/action/item_action/chameleon/change name = "Chameleon Change" + check_flags = AB_CHECK_CONSCIOUS|AB_CHECK_HANDS_BLOCKED var/list/chameleon_blacklist = list() //This is a typecache var/list/chameleon_list = list() var/chameleon_type = null