diff --git a/code/modules/clothing/chameleon.dm b/code/modules/clothing/chameleon.dm index 4d013ce2c8..1bead5fded 100644 --- a/code/modules/clothing/chameleon.dm +++ b/code/modules/clothing/chameleon.dm @@ -497,7 +497,7 @@ return FALSE for(var/V in gun_copy_vars) if(vars[V] && G.vars[V]) - chameleon_gun_vars[V] = G.vars[V]! + chameleon_gun_vars[V] = G.vars[V] vars[V] = G.vars[V] if(passthrough) if(istype(G, /obj/item/weapon/gun/ballistic))