From 2a8fcb3929073e1fdf4bc89c05b9b0eea5721d9e Mon Sep 17 00:00:00 2001 From: kevinz000 Date: Sun, 26 Mar 2017 01:31:57 -0700 Subject: [PATCH] Update chameleon.dm --- code/modules/clothing/chameleon.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))