mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-29 16:18:35 +01:00
These sprites were broken so long that the person coding cham kits excluded them...
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user