diff --git a/code/modules/projectiles/projectile/bullets.dm b/code/modules/projectiles/projectile/bullets.dm index 3e92faf4ef..dfc898f575 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