diff --git a/code/modules/projectiles/gun.dm b/code/modules/projectiles/gun.dm index 70b0ad3b41..eb1dba21be 100644 --- a/code/modules/projectiles/gun.dm +++ b/code/modules/projectiles/gun.dm @@ -331,6 +331,9 @@ /// Populate traits_to_give in this proc /obj/item/weapon/gun/proc/set_bullet_traits() + LAZYADD(traits_to_give, list( + BULLET_TRAIT_ENTRY(/datum/element/bullet_trait_iff) + )) // This may or may not be a good idea. Makes everythign a smartbullet. Will actually make toggable later. return /// @bullet_trait_entries: A list of bullet trait entries