From e7b416101120b25a2ec6ad61c08bd75ad0bd49cb Mon Sep 17 00:00:00 2001 From: iamgoofball Date: Sun, 13 Apr 2014 19:21:49 -0700 Subject: [PATCH] Fixed chameleon bullets being able to embed. --- code/modules/projectiles/projectile/bullets.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/projectiles/projectile/bullets.dm b/code/modules/projectiles/projectile/bullets.dm index 3e92faf4ef3..dfc898f5757 100644 --- a/code/modules/projectiles/projectile/bullets.dm +++ b/code/modules/projectiles/projectile/bullets.dm @@ -61,4 +61,5 @@ damage = 25 /obj/item/projectile/bullet/chameleon - damage = 1 // stop trying to murderbone with a fake gun dumbass!!! \ No newline at end of file + damage = 1 // stop trying to murderbone with a fake gun dumbass!!! + embed = 0 // nope \ No newline at end of file