Skip to content

Commit

Permalink
removed hit visible message
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladisvell committed Dec 5, 2024
1 parent 3bcb89a commit 8f5dfc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/obj_defense.dm
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
/obj/bullet_act(obj/item/projectile/P)
. = ..()
playsound(src, P.hitsound, 50, TRUE)
visible_message("<span class='danger'>[src] is hit by \a [P]!</span>")
//visible_message("<span class='danger'>[src] is hit by \a [P]!</span>")
if(!QDELETED(src)) //Bullet on_hit effect might have already destroyed this object
take_damage(P.damage, P.damage_type, P.flag, 0, turn(P.dir, 180), P.armour_penetration)

Expand Down

0 comments on commit 8f5dfc5

Please sign in to comment.