Skip to content

Commit

Permalink
makes all guns smartguns
Browse files Browse the repository at this point in the history
  • Loading branch information
silencer-pl committed Aug 29, 2024
1 parent c1d2074 commit ce624e9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/modules/projectiles/gun.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ce624e9

Please sign in to comment.