Skip to content

Commit

Permalink
[MIRROR] Logs holosign swatting. (#1201)
Browse files Browse the repository at this point in the history
* Logs holosign swatting. (#81733)

Logs holosign swatting.
## About The Pull Request
Logs holosign swatting.
## Why It's Good For The Game
Closes #81729 
## Changelog
:cl:
admin: Logs holosign swatting.
/:cl:

* Logs holosign swatting.

---------

Co-authored-by: Pickle-Coding <[email protected]>
  • Loading branch information
2 people authored and StealsThePRs committed Feb 29, 2024
1 parent 1e68b4f commit d50ab8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/game/objects/structures/holosign.dm
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
user.do_attack_animation(src, ATTACK_EFFECT_PUNCH)
user.changeNext_move(CLICK_CD_MELEE)
take_damage(5 , BRUTE, MELEE, 1)
log_combat(user, src, "swatted")

/obj/structure/holosign/play_attack_sound(damage_amount, damage_type = BRUTE, damage_flag = 0)
switch(damage_type)
Expand Down

0 comments on commit d50ab8f

Please sign in to comment.