Skip to content

Commit

Permalink
Update code/datums/elements/bullet_trait/damage_boost.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Drathek <[email protected]>
  • Loading branch information
Kaga-404 and Drulikar authored Feb 27, 2024
1 parent 531ad75 commit e0ac9cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/elements/bullet_trait/damage_boost.dm
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ GLOBAL_LIST_INIT(damage_boost_vehicles, typecacheof(/obj/vehicle/multitile))
/datum/element/bullet_trait_damage_boost/proc/handle_bullet(obj/projectile/P, atom/A)
SIGNAL_HANDLER

src.atom_type = check_type(A)
atom_type = check_type(A)

switch(atom_type)
if("door")
Expand Down

0 comments on commit e0ac9cc

Please sign in to comment.