Skip to content

Commit

Permalink
debug removal
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaga-404 committed Feb 21, 2024
1 parent e610dca commit 1a09d62
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions code/datums/elements/bullet_trait/damage_boost.dm
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ 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

to_chat(world,"STEP 0: Handling Damage Boost with bullet '[P]', target '[A]', and source '[src]'.")
to_chat(world,"STEP 1: Last Atom Hit was [P.last_atom_signaled]. Bonus Projectile Check is [P.bonus_projectile_check].")
src.atom_type = check_type(A)

switch(atom_type)
Expand Down

0 comments on commit 1a09d62

Please sign in to comment.