These sprites were broken so long that the person coding cham kits excluded them...

This commit is contained in:
Cerebulon
2023-03-16 01:17:13 +00:00
parent ec84cc47d5
commit 917bf6328f
4 changed files with 3 additions and 8 deletions
+1 -1
View File
@@ -84,7 +84,7 @@
/obj/item/clothing/head/chameleon/Initialize()
. = ..()
if(!clothing_choices)
var/blocked = list(src.type, /obj/item/clothing/head/justice,)//Prevent infinite loops and bad hats.
var/blocked = list(src.type)//Prevent infinite loops and bad hats.
clothing_choices = generate_chameleon_choices(/obj/item/clothing/head, blocked)
/obj/item/clothing/head/chameleon/emp_act(severity) //Because we don't have psych for all slots right now but still want a downside to EMP. In this case your cover's blown.